@eo-sdk/client 9.5.0-rc.1 → 9.6.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 (59) hide show
  1. package/app/eo-client/recyclebin-state/recyclebin-state.component.d.ts +3 -2
  2. package/app/eo-framework/app-shell/app-bar/app-process/app-process.component.d.ts +1 -0
  3. package/app/eo-framework/object-details/object-details.component.d.ts +1 -0
  4. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +17 -11
  5. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +75 -0
  6. package/app/eo-framework/split/split/split.component.d.ts +1 -1
  7. package/app/eo-framework/split/split-area/split-area.component.d.ts +1 -0
  8. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +1 -0
  9. package/assets/_default/i18n/de.json +45 -21
  10. package/assets/_default/i18n/en.json +35 -11
  11. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +15 -2
  12. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  13. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -2
  14. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  15. package/bundles/eo-sdk-client.umd.js +427 -70
  16. package/bundles/eo-sdk-client.umd.js.map +1 -1
  17. package/bundles/eo-sdk-client.umd.min.js +1 -1
  18. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  19. package/eo-sdk-client.d.ts +10 -9
  20. package/eo-sdk-client.metadata.json +1 -1
  21. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  22. package/esm2015/app/eo-client/favorite-state/favorite-state.component.js +3 -3
  23. package/esm2015/app/eo-client/inbox-state/inbox-state/inbox-state.component.js +7 -5
  24. package/esm2015/app/eo-client/notifications-state/notifications-state.component.js +3 -3
  25. package/esm2015/app/eo-client/object-state/object-state-service/object-state.service.js +2 -2
  26. package/esm2015/app/eo-client/prepare-state/prepare-state/prepare-state.component.js +3 -3
  27. package/esm2015/app/eo-client/recyclebin-state/recyclebin-state.component.js +13 -6
  28. package/esm2015/app/eo-framework/actions/actions/delete-action/delete/delete.component.js +5 -2
  29. package/esm2015/app/eo-framework/actions/actions/signature-action/signature/signature.component.js +8 -6
  30. package/esm2015/app/eo-framework/actions/actions/signature-action/signature-action.component.js +8 -2
  31. package/esm2015/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.js +6 -4
  32. package/esm2015/app/eo-framework/app-shell/app-bar/app-process/app-process.component.js +8 -2
  33. package/esm2015/app/eo-framework/frame/frame.component.js +9 -1
  34. package/esm2015/app/eo-framework/grid/extensions/filter/text/text-filter.component.js +3 -3
  35. package/esm2015/app/eo-framework/object-details/object-details.component.js +12 -5
  36. package/esm2015/app/eo-framework/object-details/object-details.module.js +4 -2
  37. package/esm2015/app/eo-framework/object-details/object-history/object-history.component.js +2 -2
  38. package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +41 -23
  39. package/esm2015/app/eo-framework/recyclebin-details/recyclebin-details.component.js +260 -0
  40. package/esm2015/app/eo-framework/split/split/split.component.js +6 -6
  41. package/esm2015/app/eo-framework/split/split-area/split-area.component.js +5 -1
  42. package/esm2015/app/eo-framework/ui/eo-dialog/eo-dialog.component.js +4 -2
  43. package/esm2015/app/eo-framework/ui/signature-tab/signature-tab.component.js +3 -3
  44. package/esm2015/eo-sdk-client.js +11 -10
  45. package/esm2015/projects/eo-sdk/core/lib/model/dms-object-history.model.js +2 -1
  46. package/esm2015/projects/eo-sdk/core/lib/service/backend/backend.service.js +3 -3
  47. package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +12 -1
  48. package/esm2015/projects/eo-sdk/core/lib/service/events/events.js +2 -1
  49. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +15 -2
  50. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  51. package/fesm2015/eo-sdk-client.js +378 -62
  52. package/fesm2015/eo-sdk-client.js.map +1 -1
  53. package/package.json +2 -2
  54. package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.metadata.json +1 -1
  55. package/projects/eo-sdk/core/lib/model/dms-object-history.model.d.ts +4 -0
  56. package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts +1 -1
  57. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +8 -0
  58. package/projects/eo-sdk/core/lib/service/events/events.d.ts +1 -0
  59. package/projects/eo-sdk/core/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import { ColDef, GridOptions } from '@ag-grid-community/core';
2
2
  import { OnDestroy, OnInit } from '@angular/core';
3
3
  import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
4
- import { DmsParams, SystemService, UserService } from '@eo-sdk/core';
4
+ import { DmsParams, EventService, SystemService, UserService } from '@eo-sdk/core';
5
5
  import { TranslateService } from '@ngx-translate/core';
6
6
  import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
7
7
  import { ISetFilter } from '../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
@@ -17,6 +17,7 @@ export declare class RecyclebinStateComponent extends UnsubscribeOnDestroy imple
17
17
  private system;
18
18
  private empty;
19
19
  private pendingChanges;
20
+ private eventService;
20
21
  private titleService;
21
22
  private userService;
22
23
  gridOptions: GridOptions;
@@ -28,7 +29,7 @@ export declare class RecyclebinStateComponent extends UnsubscribeOnDestroy imple
28
29
  showActionsMenu: boolean;
29
30
  textFilterParams: any;
30
31
  eoGrid: GridComponent;
31
- constructor(selection: SelectionService, translate: TranslateService, system: SystemService, empty: EmptyStateService, pendingChanges: PendingChangesService, titleService: PageTitleService, userService: UserService);
32
+ constructor(selection: SelectionService, translate: TranslateService, system: SystemService, empty: EmptyStateService, pendingChanges: PendingChangesService, eventService: EventService, titleService: PageTitleService, userService: UserService);
32
33
  set hasContent(hasContent: boolean);
33
34
  get hasContent(): boolean;
34
35
  hasPendingChanges(): boolean;
@@ -36,6 +36,7 @@ export declare class AppProcessComponent implements OnInit {
36
36
  private executeProcess;
37
37
  formReset(event: any): void;
38
38
  cancelDialog(): void;
39
+ onCancel(dialog: any): void;
39
40
  private startPending;
40
41
  private finishPending;
41
42
  onIndexDataChanged(event: any): void;
@@ -66,6 +66,7 @@ export declare class ObjectDetailsComponent extends UnsubscribeOnDestroy impleme
66
66
  externalPanels: QueryList<TabPanelComponent>;
67
67
  tabPanels: QueryList<TabPanelComponent>;
68
68
  tabPlugins: QueryList<TabPluginComponent>;
69
+ preventClickThrough: boolean;
69
70
  shortcuts: GlobalShortcutComponent;
70
71
  applySelection: SelectionConfig;
71
72
  parseDmsParams: (data: any) => {};
@@ -1,11 +1,12 @@
1
- import { PendingChangesService } from './../../../../eo-framework-core/pending-changes/pending-changes.service';
2
- import { ControlValueAccessor, Validator, FormControl } from '@angular/forms';
3
- import { ObjectFormOptions } from '../../object-form-options.interface';
4
1
  import { GridOptions, Module } from '@ag-grid-community/core';
2
+ import { ControlValueAccessor, FormControl, Validator } from '@angular/forms';
3
+ import { DmsObject, LocalStorageService, SystemService } from '@eo-sdk/core';
5
4
  import { GridService } from '../../../../eo-framework-core/api/grid.service';
6
- import { DmsObject, EventService, LocalStorageService, SystemService, TranslateService } from '@eo-sdk/core';
7
- import { RowEditComponent } from './row-edit/row-edit.component';
5
+ import { SplitComponent } from '../../../split/split/split.component';
8
6
  import { UnsubscribeOnDestroy } from '../../../util/unsubscribe/unsubscribe.component';
7
+ import { ObjectFormOptions } from '../../object-form-options.interface';
8
+ import { PendingChangesService } from './../../../../eo-framework-core/pending-changes/pending-changes.service';
9
+ import { RowEditComponent } from './row-edit/row-edit.component';
9
10
  export interface TableComponentParams {
10
11
  situation: string;
11
12
  size: string;
@@ -24,19 +25,21 @@ export interface EditRowResult {
24
25
  createNewRow: boolean;
25
26
  }
26
27
  export declare class FormElementTableComponent extends UnsubscribeOnDestroy implements ControlValueAccessor, Validator {
28
+ private storageService;
27
29
  private systemService;
28
30
  private pendingChanges;
29
31
  gridApi: GridService;
30
- private translate;
31
- private storageService;
32
- private eventService;
33
32
  private _cachedColumns;
34
33
  private _cachedColumnsOverlay;
35
- static COLUMNS_DEFINITION: string;
36
- static COLUMNS_DEFINITION_OVERLAY: string;
37
34
  modules: Module[];
35
+ BASE_CACHE_LAYOUT_KEY: string;
36
+ cacheLayoutKey: string;
38
37
  rowEdit: RowEditComponent;
38
+ splitView: SplitComponent;
39
39
  limit: number;
40
+ hasPreviewFile: boolean;
41
+ minWidth: string;
42
+ height: string;
40
43
  set params(p: TableComponentParams);
41
44
  get params(): TableComponentParams;
42
45
  _params: TableComponentParams;
@@ -50,7 +53,7 @@ export declare class FormElementTableComponent extends UnsubscribeOnDestroy impl
50
53
  showDialog: boolean;
51
54
  showPreview: boolean;
52
55
  copyCellHandler(event: KeyboardEvent): void;
53
- constructor(systemService: SystemService, pendingChanges: PendingChangesService, gridApi: GridService, translate: TranslateService, storageService: LocalStorageService, eventService: EventService);
56
+ constructor(storageService: LocalStorageService, systemService: SystemService, pendingChanges: PendingChangesService, gridApi: GridService);
54
57
  actionsCellRenderer(params: any): HTMLDivElement;
55
58
  propagateChange: (_: any) => void;
56
59
  writeValue(value: any[]): void;
@@ -87,5 +90,8 @@ export declare class FormElementTableComponent extends UnsubscribeOnDestroy impl
87
90
  onSortChanged(): void;
88
91
  onCellClicked($event: any): void;
89
92
  onColumnResized(column: any, overlay?: boolean): void;
93
+ private _updateSplitViewLayoutCache;
90
94
  togglePreview(): void;
95
+ ngAfterViewInit(): void;
96
+ ngOnInit(): void;
91
97
  }
@@ -0,0 +1,75 @@
1
+ import { AfterViewInit, QueryList, OnInit, EventEmitter, ElementRef } from '@angular/core';
2
+ import { TabPanelComponent } from '../tab-container/tab-panel/tab-panel.component';
3
+ import { TabPluginComponent } from '../plugins/plugin.component';
4
+ import { Router, ActivatedRoute } from '@angular/router';
5
+ import { TranslateService, Config, UserService, NotificationsService } from '@eo-sdk/core';
6
+ import { MediaComponent } from '../media/media.component';
7
+ import { IndexData } from '../ui/indexdata-summary/indexdata-summary.component';
8
+ import { DmsObject, BaseParams, SystemService, DmsParams, DmsService, BackendService, Capabilities, CapabilitiesService, EventService } from '@eo-sdk/core';
9
+ import { SelectionConfig, SelectionService } from '../../eo-framework-core/selection/selection.service';
10
+ import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
11
+ import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
12
+ import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-state.service';
13
+ export declare class RecyclebinDetailsComponent extends UnsubscribeOnDestroy implements OnInit, AfterViewInit {
14
+ private router;
15
+ private route;
16
+ private system;
17
+ private empty;
18
+ private backend;
19
+ private userService;
20
+ private toast;
21
+ private dmsService;
22
+ private selection;
23
+ private capabilityService;
24
+ private eventService;
25
+ private configService;
26
+ private translate;
27
+ preview: MediaComponent;
28
+ confirmDeleteButton: ElementRef;
29
+ user$: import("rxjs").Observable<any>;
30
+ _showDeleteDialog: boolean;
31
+ userId: string;
32
+ item: DmsObject;
33
+ indexDataPreview: IndexData;
34
+ baseparams: BaseParams;
35
+ hasError: boolean;
36
+ lockTooltip: string;
37
+ nodmsobject: boolean;
38
+ showLoader: boolean;
39
+ panelOrder: {
40
+ master: string[];
41
+ slave: string[];
42
+ };
43
+ cacheLayout: any;
44
+ item2: DmsObject;
45
+ indexDataPreview2: IndexData;
46
+ baseparams2: BaseParams;
47
+ private _emptyState;
48
+ capabilities: Capabilities;
49
+ externalPanels: QueryList<TabPanelComponent>;
50
+ tabPanels: QueryList<TabPanelComponent>;
51
+ tabPlugins: QueryList<TabPluginComponent>;
52
+ applySelection: SelectionConfig;
53
+ parseDmsParams: (data: any) => {};
54
+ hasContent: EventEmitter<boolean>;
55
+ set showDeleteDialog(val: boolean);
56
+ get showDeleteDialog(): boolean;
57
+ set emptyState(e: EmptyState);
58
+ get emptyState(): EmptyState;
59
+ set dmsParams(params: DmsParams);
60
+ set dmsObject(v: DmsObject);
61
+ get dataType(): string;
62
+ constructor(router: Router, route: ActivatedRoute, system: SystemService, empty: EmptyStateService, backend: BackendService, userService: UserService, toast: NotificationsService, dmsService: DmsService, selection: SelectionService, capabilityService: CapabilitiesService, eventService: EventService, configService: Config, translate: TranslateService);
63
+ private getDmsParams;
64
+ private updateContent;
65
+ restoreFile(openLocationAfterRestore?: boolean): void;
66
+ deleteDmsObject(): void;
67
+ private prepareIndexDataPreview;
68
+ private onHasError;
69
+ loadDmsObject(params: DmsParams): import("rxjs").Observable<any>;
70
+ downloadOriginalContent(): void;
71
+ onIndexDataSaved(formData: any, item: any): void;
72
+ isVisible(id: string): boolean;
73
+ ngOnInit(): void;
74
+ ngAfterViewInit(): void;
75
+ }
@@ -74,6 +74,6 @@ export declare class SplitComponent extends UnsubscribeOnDestroy implements OnCh
74
74
  private drag;
75
75
  private stopDragging;
76
76
  notify(type: string): void;
77
- private updateCache;
77
+ updateLayoutCache(): void;
78
78
  ngOnDestroy(): void;
79
79
  }
@@ -12,6 +12,7 @@ export declare class SplitAreaComponent extends TabPanel implements OnInit, OnDe
12
12
  minWidth: number;
13
13
  visibleCls: boolean;
14
14
  private _visible;
15
+ set height(height: number);
15
16
  private _order;
16
17
  set order(v: number);
17
18
  private _size;
@@ -26,6 +26,7 @@ export declare class EoDialogComponent extends UnsubscribeOnDestroy implements O
26
26
  dirtyCheck: string | string[];
27
27
  minWidth: number | string;
28
28
  minHeight: string;
29
+ height: string;
29
30
  focusOnShow: boolean;
30
31
  align: 'center' | 'start';
31
32
  isFormTable: boolean;
@@ -114,39 +114,41 @@
114
114
  "eo.search.mode.expert.support.type": "Typ",
115
115
  "eo.search.mode.expert.support.field": "Feld",
116
116
  "eo.object.links.title": "Referenzen",
117
- "eo.object.signature.title":"Unterschriften",
118
- "eo.object.signature-tab.title":"Unterschriften",
117
+ "eo.object.signature.title":"Signaturen",
118
+ "eo.object.signature-tab.title":"Signaturen",
119
119
  "eo.object.signature-tab.label.date": "Anfragedatum",
120
- "eo.object.signature-tab.label.signedate":"Unterschrieben am",
120
+ "eo.object.signature-tab.label.signedate":"Signiert am",
121
121
  "eo.object.signature-tab.label.requester": "Angefragt von",
122
- "eo.object.signature-tab.label.signers": "Unterschriftgeber",
122
+ "eo.object.signature-tab.label.signers": "Signierer",
123
123
  "eo.object.signature-tab.label.subject": "E-Mail-Betreff",
124
124
  "eo.object.signature-tab.label.body": "E-Mail-Nachricht",
125
+ "eo.object.signature-tab.label.reason": "Grund",
126
+ "eo.object.signature-tab.label.canceledby": "Abgebrochen von",
125
127
  "eo.object.signature-tab.label.status": "Status",
126
- "eo.object.signature-tab.label.error": "Hinweis",
128
+ "eo.object.signature-tab.label.error": "Fehlermeldung",
127
129
  "eo.object.signature-tab.label.signingPlatform": "Signaturplattform",
128
130
  "eo.object.signature-tab.label.signingPlatformId": "Signaturplattform-ID",
129
- "eo.object.signature-tab.order.tooltip": "Unterschriftenfolge",
131
+ "eo.object.signature-tab.order.tooltip": "Signierfolge",
130
132
  "eo.action.signature.yuvsigning.yuvsigemailsubject": "E-Mail-Betreff",
131
133
  "eo.action.signature.yuvsigning.yuvsigemailbody": "E-Mail-Nachricht",
132
- "eo.action.signature.yuvsigners.yuvsignerorder": "Unterschriftenfolge",
134
+ "eo.action.signature.yuvsigners.yuvsignerorder": "Signierfolge",
133
135
  "eo.action.signature.yuvsigners.yuvsignername": "Name",
134
136
  "eo.action.signature.yuvsigners.yuvsigneremail": "E-Mail-Adresse",
135
- "eo.action.signature.signers": "Unterschriftengeber",
137
+ "eo.action.signature.signers": "Signierer",
136
138
  "eo.action.signature.request": "Anfordern",
137
139
  "eo.action.signature.cancel": "Abbrechen",
138
140
  "eo.action.signature.reset": "Zurücksetzen",
139
- "eo.action.signature.request.success": "Unterschriften wurden angefragt.",
140
- "eo.action.cancel.signing.label": "Unterschreiben abbrechen",
141
- "eo.action.cancel.signing.description": "Bricht das Unterschreiben für das Objekt ab.",
141
+ "eo.action.signature.request.success": "Signaturen wurden angefordert.",
142
+ "eo.action.cancel.signing.label": "Signieren abbrechen",
143
+ "eo.action.cancel.signing.description": "Bricht das Signieren für das Objekt ab.",
142
144
  "eo.action.cancel.signing.reason": "Grund",
143
145
  "eo.action.cancel.signing.cancel": "Abbrechen",
144
- "eo.action.cancel.signing.cancelSigning": "Unterschreiben abbrechen",
145
- "eo.action.cancel.signing.success.message": "Das Unterschreiben wurde abgebrochen.",
146
- "eo.action.cancel.signing.error.message": "Das Unterschreiben konnte nicht abgebrochen werden.",
147
- "eo.object.signature.tooltip.inprocess": "Unterschriften wurden angefragt",
148
- "eo.object.signature.tooltip.signed": "Das Dokument ist unterschrieben",
149
- "eo.object.signature-tab.no-signatures": "Es sind keine Unterschriften vorhanden.",
146
+ "eo.action.cancel.signing.cancelSigning": "Signieren abbrechen",
147
+ "eo.action.cancel.signing.success.message": "Das Signieren wurde abgebrochen.",
148
+ "eo.action.cancel.signing.error.message": "Das Signieren konnte nicht abgebrochen werden.",
149
+ "eo.object.signature.tooltip.inprocess": "Signaturen wurden angefordert.",
150
+ "eo.object.signature.tooltip.signed": "Das Dokument ist signiert.",
151
+ "eo.object.signature-tab.no-signatures": "Es sind keine Signaturen vorhanden.",
150
152
  "eo.form.property.dynamic.list.empty": "Es sind keine Einträge vorhanden oder in diesem Kontext nicht verfügbar.",
151
153
  "eo.process.task.due": "Fällig am {{date}}",
152
154
  "eo.process.task.overdue": "Überfällig seit {{date}}",
@@ -289,7 +291,8 @@
289
291
  "eo.action.delete.dms.object.description": "Löscht das Objekt.",
290
292
  "eo.action.delete.dms.object.confirm.message": "Sind Sie sicher, dass '{{item}}' gelöscht werden soll?",
291
293
  "eo.action.delete.dms.object.done.title": "Löschen",
292
- "eo.action.delete.dms.object.done.message": "Objekte werden gelöscht.",
294
+ "eo.action.delete.dms.object.done.message": "Das Objekt '{{title}}' wurde gelöscht.",
295
+ "eo.action.delete.dms.object.done.enabled.message": "Das Objekt '{{title}}' wurde in den Papierkorb gelöscht.",
293
296
  "eo.action.delete.dms.object.error.403": "Sie haben kein Recht zum Löschen des Objekts.",
294
297
  "eo.action.delete.dms.object.error.409": "Das Objekt konnte wegen Konflikten nicht gelöscht werden.",
295
298
  "eo.action.delete.dms.object.error.410": "Der Zugriff auf das Objekt ist nicht länger möglich.",
@@ -304,8 +307,8 @@
304
307
  "eo.action.delete.content.confirm.message": "Sind Sie sicher, dass '{{item}}' entfernt werden soll?",
305
308
  "eo.action.unlock.label": "Sperre aufheben",
306
309
  "eo.action.unlock.description": "Hebt die Sperre zum Schutz vor Änderung durch andere Benutzer auf.",
307
- "eo.action.signature.label": "Unterschriften anfordern",
308
- "eo.action.signature.description": "Fordert Unterschriften für das Objekt an.",
310
+ "eo.action.signature.label": "Signaturen anfordern",
311
+ "eo.action.signature.description": "Fordert Signaturen für das Objekt an.",
309
312
  "eo.error.connection.interrupted.text": "Bitte kontaktieren Sie Ihren Administrator.",
310
313
  "eo.error.connection.interrupted.title": "Ein schwerwiegender Fehler ist aufgetreten",
311
314
  "eo.error.attachments.title": "Die Vorschau kann nicht angezeigt werden.",
@@ -411,6 +414,7 @@
411
414
  "eo.no.filter.result": "Kein Treffer vorhanden.",
412
415
  "eo.reset.filter": "Filter zurücksetzen",
413
416
  "eo.inbox.sort.title": "Titel",
417
+ "eo.inbox.sort.description": "Beschreibung",
414
418
  "eo.inbox.sort.date": "Datum",
415
419
  "eo.inbox.item.note.absence": "Stellvertretung",
416
420
  "eo.notifications.list.title": "Benachrichtigungen",
@@ -523,6 +527,14 @@
523
527
  "eo.object.history.entry.type.CONTENT_RENAMED.description": "Die Dokumentdatei wurde umbenannt in {{contentname}}.",
524
528
  "eo.object.history.entry.type.CONTENT_RETENTION_CHANGED.title": "Aufbewahrungsfrist der Dokumentdatei geändert",
525
529
  "eo.object.history.entry.type.CONTENT_RETENTION_CHANGED.description": "Die Aufbewahrungsfrist wurde geändert zu {{newretention}} (bisherige Aufbewahrungsfrist: {{oldretention}}).",
530
+ "eo.object.history.entry.type.YUVSIG_REQUESTED.description": "Die Signaturen wurden angefordert.",
531
+ "eo.object.history.entry.type.YUVSIG_COMPLETED.description": "Die Dokumentdatei wurde vollständig signiert.",
532
+ "eo.object.history.entry.type.YUVSIG_CANCELED.description": "Der Signierprozess wurde abgebrochen.",
533
+ "eo.object.history.entry.type.YUVSIG_REVISED.description": "Eine Signatur wurde abgewiesen.",
534
+ "eo.object.history.entry.type.YUVSIG_EXPIRED.description": "Der Signaturprozess war abgelaufen.",
535
+ "eo.object.history.entry.type.YUVSIG_ERROR.description": "Der Signaturprozess lief in einen Fehler.",
536
+ "eo.object.history.entry.type.YUVSIG_UPDATE.description": "Eine Signatur wurde abgeschlossen.",
537
+ "eo.object.history.entry.type.YUVSIG_CONTENT_ADDED.description": "Die signierte Dokumentdatei wurde hinzugefügt.",
526
538
  "eo.object.lock": "gesperrt",
527
539
  "eo.object.indexdata.reset": "Änderungen verwerfen",
528
540
  "eo.object.indexdata.save": "Speichern",
@@ -795,8 +807,20 @@
795
807
  "eo.view.navigation.recyclebin": "Papierkorb",
796
808
  "eo.recyclebin.list.title": "Papierkorb",
797
809
  "eo.recyclebin.filter.title": "Papierkorb filtern",
798
- "eo.recyclebin.list.empty": "Sie haben noch keine gelöschten Dateien",
810
+ "eo.recyclebin.list.empty": "Der Papierkorb ist leer.",
799
811
  "eo.view.navigation.title": "Navigation",
812
+ "eo.recyclebin.details.restore": "Wiederherstellen",
813
+ "eo.recyclebin.details.restore.done.title": "Wiederhergestellt",
814
+ "eo.recyclebin.details.restore.done.message": "Das Objekt '{{item}}' wurde wiederhergestellt.",
815
+ "eo.recyclebin.details.delete.done.title": "Gelöscht",
816
+ "eo.recyclebin.details.delete.done.message": "Das Objekt '{{item}}' wurde endgültig gelöscht.",
817
+ "eo.recyclebin.details.delete.tooltip": "Löscht das Objekt endgültig",
818
+ "eo.recyclebin.details.delete.dialog.title": "Das Objekt endgültig löschen",
819
+ "eo.recyclebin.details.delete.dialog.message": "Sind Sie sicher, dass dieses Objekt endgültig gelöscht werden soll?",
820
+ "eo.recyclebin.details.delete.dialog.cancel": "Abbrechen",
821
+ "eo.recyclebin.details.delete.dialog.delete": "Löschen",
822
+ "eo.recyclebin.details.restoreopen": "Wiederherstellen und öffnen",
823
+ "eo.recyclebin.details.restore.dms.object.error.409": "Das Objekt kann nicht wiederhergestellt werden, weil sein Ablageort auch gelöscht wurde.",
800
824
  "eo.sidebar.navigation.favorites.tooltip": "Favoriten öffnen",
801
825
  "eo.sidebar.navigation.inbox.tooltip": "Eingangskorb öffnen",
802
826
  "eo.sidebar.navigation.process.tooltip": "Meine Prozesse anzeigen",
@@ -125,8 +125,10 @@
125
125
  "eo.object.signature-tab.label.signers": "Signed by",
126
126
  "eo.object.signature-tab.label.subject": "E-mail subject",
127
127
  "eo.object.signature-tab.label.body": "E-mail message",
128
+ "eo.object.signature-tab.label.reason": "Reason",
129
+ "eo.object.signature-tab.label.canceledby": "Canceled by",
128
130
  "eo.object.signature-tab.label.status": "Status",
129
- "eo.object.signature-tab.label.error": "Notice",
131
+ "eo.object.signature-tab.label.error": "Error message",
130
132
  "eo.object.signature-tab.label.signingPlatform": "Signature platform",
131
133
  "eo.object.signature-tab.label.signingPlatformId": "Signature platform ID",
132
134
  "eo.object.signature-tab.order.tooltip": "Signature sequence",
@@ -139,17 +141,17 @@
139
141
  "eo.action.signature.request": "Request",
140
142
  "eo.action.signature.cancel": "Cancel",
141
143
  "eo.action.signature.reset": "Reset",
142
- "eo.action.signature.request.success": "Signature was requested.",
144
+ "eo.action.signature.request.success": "Signatures were requested",
143
145
  "eo.action.cancel.signing.label": "Cancel signing",
144
- "eo.action.cancel.signing.description": "Cancels the signing for the object.",
146
+ "eo.action.cancel.signing.description": "Cancels the signing process for the object.",
145
147
  "eo.action.cancel.signing.reason": "Reason",
146
148
  "eo.action.cancel.signing.cancel": "Cancel",
147
149
  "eo.action.cancel.signing.cancelSigning": "Cancel signing",
148
- "eo.action.cancel.signing.success.message": "The signing has been cancelled.",
149
- "eo.action.cancel.signing.error.message": "The signing could not be cancelled.",
150
- "eo.object.signature.tooltip.inprocess": "Signatures were requested",
151
- "eo.object.signature.tooltip.signed": "The document is signed",
152
- "eo.object.signature-tab.no-signatures": "There are no signatures.",
150
+ "eo.action.cancel.signing.success.message": "The signing process was canceled.",
151
+ "eo.action.cancel.signing.error.message": "It was not possible to cancel signing.",
152
+ "eo.object.signature.tooltip.inprocess": "Signatures were requested.",
153
+ "eo.object.signature.tooltip.signed": "The document was signed.",
154
+ "eo.object.signature-tab.no-signatures": "There are no signatures available.",
153
155
  "eo.form.property.dynamic.list.empty": "No entries available or entries not available in this context.",
154
156
  "eo.process.task.due": "Due on {{date}}",
155
157
  "eo.process.task.overdue": "Overdue since {{date}}",
@@ -294,7 +296,8 @@
294
296
  "eo.action.delete.dms.object.description": "Deletes the object.",
295
297
  "eo.action.delete.dms.object.confirm.message": "Are you sure you want to delete '{{item}}'?",
296
298
  "eo.action.delete.dms.object.done.title": "Delete",
297
- "eo.action.delete.dms.object.done.message": "Deleting objects.",
299
+ "eo.action.delete.dms.object.done.message": "The object '{{title}}' was deleted.",
300
+ "eo.action.delete.dms.object.done.enabled.message": "The object '{{title}}' was deleted into the recycle bin.",
298
301
  "eo.action.delete.dms.object.error.403": "You are not authorized to delete the object.",
299
302
  "eo.action.delete.dms.object.error.409": "The object could not be deleted due to conflicts.",
300
303
  "eo.action.delete.dms.object.error.410": "Access to the object is no longer available.",
@@ -417,6 +420,7 @@
417
420
  "eo.no.filter.result": "No hits available.",
418
421
  "eo.reset.filter": "Reset filter",
419
422
  "eo.inbox.sort.title": "Title",
423
+ "eo.inbox.sort.description": "Description",
420
424
  "eo.inbox.sort.date": "Date",
421
425
  "eo.inbox.item.note.absence": "Substitution",
422
426
  "eo.notifications.list.title": "Notifications",
@@ -528,6 +532,14 @@
528
532
  "eo.object.history.entry.type.START_WITH_PROCESS.title": "Process started",
529
533
  "eo.object.history.entry.type.VERSION_RESTORED.description": "Version {{sourceversion}} was restored and set up as a new active version.",
530
534
  "eo.object.history.entry.type.VERSION_RESTORED.title": "Previous version restored",
535
+ "eo.object.history.entry.type.YUVSIG_REQUESTED.description": "The signatures were requested.",
536
+ "eo.object.history.entry.type.YUVSIG_COMPLETED.description": "The document file was fully signed.",
537
+ "eo.object.history.entry.type.YUVSIG_CANCELED.description": "The signing process was cancelled.",
538
+ "eo.object.history.entry.type.YUVSIG_REVISED.description": "A signature was revised.",
539
+ "eo.object.history.entry.type.YUVSIG_EXPIRED.description": "The signing process has been expired.",
540
+ "eo.object.history.entry.type.YUVSIG_ERROR.description": "The signing process run into an error.",
541
+ "eo.object.history.entry.type.YUVSIG_UPDATE.description": "A signature was completed.",
542
+ "eo.object.history.entry.type.YUVSIG_CONTENT_ADDED.description": "The signed document file was added.",
531
543
  "eo.object.lock": "locked",
532
544
  "eo.object.indexdata.reset": "Discard changes",
533
545
  "eo.object.indexdata.save": "Save",
@@ -800,9 +812,21 @@
800
812
  "eo.view.navigation.process": "My processes",
801
813
  "eo.view.navigation.recyclebin": "Recycle bin",
802
814
  "eo.recyclebin.list.title": "Recycle bin",
803
- "eo.recyclebin.filter.title": "Filter Recycle bin",
804
- "eo.recyclebin.list.empty": "You don't have any deleted files yet",
815
+ "eo.recyclebin.filter.title": "Filter recycle bin",
816
+ "eo.recyclebin.list.empty": "The recycle bin is empty.",
805
817
  "eo.view.navigation.title": "Navigation",
818
+ "eo.recyclebin.details.restore": "Restore",
819
+ "eo.recyclebin.details.restore.done.title": "Restored",
820
+ "eo.recyclebin.details.restore.done.message": "The object '{{item}}' has been restored.",
821
+ "eo.recyclebin.details.delete.done.title": "Deleted",
822
+ "eo.recyclebin.details.delete.done.message": "The object '{{item}}' has been permanently deleted.",
823
+ "eo.recyclebin.details.delete.tooltip": "Deletes the object permanently",
824
+ "eo.recyclebin.details.delete.dialog.title": "Delete the object permanently",
825
+ "eo.recyclebin.details.delete.dialog.message": "Are you sure you want to delete this object permanently?",
826
+ "eo.recyclebin.details.delete.dialog.cancel": "Cancel",
827
+ "eo.recyclebin.details.delete.dialog.delete": "Delete",
828
+ "eo.recyclebin.details.restoreopen": "Restore and open",
829
+ "eo.recyclebin.details.restore.dms.object.error.409": "The object can not be restored because its location is deleted as well.",
806
830
  "eo.sidebar.navigation.favorites.tooltip": "Open favorites",
807
831
  "eo.sidebar.navigation.inbox.tooltip": "Open inbox",
808
832
  "eo.sidebar.navigation.process.tooltip": "Show my processes",
@@ -1196,6 +1196,7 @@
1196
1196
  DMS_OBJECT_LOADED: 'eo.dms.object.loaded',
1197
1197
  DMS_OBJECT_DELETED: 'eo.dms.object.deleted',
1198
1198
  DMS_OBJECT_VERSION_RESTORED: 'eo.dms.object.version.restored',
1199
+ DMS_OBJECT_RESTORED_OR_DELETED: 'eo.dms.object.restored.deleted',
1199
1200
  DMS_OBJECT_FAVORITE_ON: 'eo.dms.object.favorite.on',
1200
1201
  DMS_OBJECT_FAVORITE_OFF: 'eo.dms.object.favorite.off',
1201
1202
  DMS_OBJECT_UPDATED: 'eo.dms.object.updated',
@@ -2188,11 +2189,11 @@
2188
2189
  * @param "PDF" | "TIFF" | "TEXT" | "JPEG" rendition The type of rendition to be downloaded. If not specified, the original content will be downloaded.
2189
2190
  * Possible renditions are `PDF`, `TIFF`, `TEXT`, `JPEG`.
2190
2191
  */
2191
- BackendService.prototype.downloadContent = function (dmsObjects, rendition, fileNameWithVersionNumber) {
2192
+ BackendService.prototype.downloadContent = function (dmsObjects, rendition, fileNameWithVersionNumber, recyclebin) {
2192
2193
  var item = dmsObjects[0];
2193
2194
  if (dmsObjects.length === 1) {
2194
2195
  if (item.content) {
2195
- var uri = this.getServiceBase() + "/dms/" + item.content.id + "/content?type=" + item.content.type + "&asdownload=true";
2196
+ var uri = this.getServiceBase() + "/dms/" + item.content.id + "/content?type=" + item.content.type + "&asdownload=true&recyclebin=" + !!recyclebin;
2196
2197
  if (rendition) {
2197
2198
  uri += "&rendition=" + rendition + "&_intent=DOWNLOAD_" + rendition;
2198
2199
  }
@@ -4908,6 +4909,7 @@
4908
4909
  this.time = json.time;
4909
4910
  this.title = json.title;
4910
4911
  this.description = json.description;
4912
+ this.intent = json.intent;
4911
4913
  this.comment = json.comment;
4912
4914
  this.group = json.group;
4913
4915
  this.type = json.type;
@@ -5150,6 +5152,17 @@
5150
5152
  var uri = "/dms/restoreversion/" + id + "/" + version;
5151
5153
  return this.backend.post(Utils.buildUri(uri, { type: type }), null);
5152
5154
  };
5155
+ /**
5156
+ * Restores File
5157
+ * @param id DMS object id
5158
+ * @param type The dms object type
5159
+ * @param userId user id
5160
+ * @return
5161
+ */
5162
+ DmsService.prototype.restore = function (id, userId, type) {
5163
+ var uri = "/dms/restore/" + id + "?userid=" + userId;
5164
+ return this.backend.put(uri);
5165
+ };
5153
5166
  /**
5154
5167
  * if dmsObject is specified, load latest version and trigger Enaio event DMS_OBJECT_UPDATED
5155
5168
  *