@eo-sdk/client 9.4.0 → 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 (81) hide show
  1. package/app/eo-client/recyclebin-state/recyclebin-state.component.d.ts +44 -0
  2. package/app/eo-framework/actions/action.module.d.ts +3 -1
  3. package/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.d.ts +30 -0
  4. package/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.d.ts +22 -0
  5. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +4 -2
  6. package/app/eo-framework/app-shell/app-bar/app-process/app-process.component.d.ts +1 -0
  7. package/app/eo-framework/object-details/object-details.component.d.ts +2 -0
  8. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +17 -11
  9. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +75 -0
  10. package/app/eo-framework/split/split/split.component.d.ts +1 -1
  11. package/app/eo-framework/split/split-area/split-area.component.d.ts +1 -0
  12. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +1 -0
  13. package/assets/_default/config/main.json +1 -1
  14. package/assets/_default/i18n/de.json +50 -12
  15. package/assets/_default/i18n/en.json +42 -4
  16. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +81 -14
  17. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  18. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -2
  19. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  20. package/bundles/eo-sdk-client.umd.js +705 -84
  21. package/bundles/eo-sdk-client.umd.js.map +1 -1
  22. package/bundles/eo-sdk-client.umd.min.js +1 -1
  23. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  24. package/eo-sdk-client.d.ts +14 -10
  25. package/eo-sdk-client.metadata.json +1 -1
  26. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  27. package/esm2015/app/eo-client/eo-client-routing.module.js +3 -1
  28. package/esm2015/app/eo-client/eo-client.module.js +4 -2
  29. package/esm2015/app/eo-client/favorite-state/favorite-state.component.js +3 -3
  30. package/esm2015/app/eo-client/inbox-state/inbox-state/inbox-state.component.js +7 -5
  31. package/esm2015/app/eo-client/notifications-state/notifications-state.component.js +3 -3
  32. package/esm2015/app/eo-client/object-state/object-state-service/object-state.service.js +2 -2
  33. package/esm2015/app/eo-client/prepare-state/prepare-state/prepare-state.component.js +3 -3
  34. package/esm2015/app/eo-client/recyclebin-state/recyclebin-state.component.js +141 -0
  35. package/esm2015/app/eo-framework/actions/action.module.js +9 -3
  36. package/esm2015/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing/cancel-signing.component.js +80 -0
  37. package/esm2015/app/eo-framework/actions/actions/cancel-signing-action/cancel-signing-action.js +42 -0
  38. package/esm2015/app/eo-framework/actions/actions/delete-action/delete/delete.component.js +5 -2
  39. package/esm2015/app/eo-framework/actions/actions/signature-action/signature/signature.component.js +19 -10
  40. package/esm2015/app/eo-framework/actions/actions/signature-action/signature-action.component.js +10 -4
  41. package/esm2015/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.js +6 -4
  42. package/esm2015/app/eo-framework/app-shell/app-bar/app-process/app-process.component.js +8 -2
  43. package/esm2015/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.js +2 -2
  44. package/esm2015/app/eo-framework/form-elements/id-reference/id-reference.component.js +3 -3
  45. package/esm2015/app/eo-framework/frame/frame.component.js +9 -1
  46. package/esm2015/app/eo-framework/grid/extensions/filter/text/text-filter.component.js +3 -3
  47. package/esm2015/app/eo-framework/media/media.component.js +3 -3
  48. package/esm2015/app/eo-framework/object-details/object-details.component.js +14 -5
  49. package/esm2015/app/eo-framework/object-details/object-details.module.js +4 -2
  50. package/esm2015/app/eo-framework/object-details/object-history/object-history.component.js +3 -3
  51. package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +41 -23
  52. package/esm2015/app/eo-framework/prepare-details/prepare-details.component.js +11 -2
  53. package/esm2015/app/eo-framework/recyclebin-details/recyclebin-details.component.js +260 -0
  54. package/esm2015/app/eo-framework/split/split/split.component.js +6 -6
  55. package/esm2015/app/eo-framework/split/split-area/split-area.component.js +5 -1
  56. package/esm2015/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.js +2 -2
  57. package/esm2015/app/eo-framework/ui/eo-dialog/eo-dialog.component.js +4 -2
  58. package/esm2015/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.js +2 -2
  59. package/esm2015/app/eo-framework/ui/signature-tab/signature-tab.component.js +3 -3
  60. package/esm2015/eo-sdk-client.js +15 -11
  61. package/esm2015/projects/eo-sdk/core/lib/config/translate-json-loader.js +23 -2
  62. package/esm2015/projects/eo-sdk/core/lib/model/dms-object-history.model.js +2 -1
  63. package/esm2015/projects/eo-sdk/core/lib/service/backend/backend.service.js +3 -3
  64. package/esm2015/projects/eo-sdk/core/lib/service/config/config.service.js +2 -2
  65. package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +20 -6
  66. package/esm2015/projects/eo-sdk/core/lib/service/events/events.js +2 -1
  67. package/esm2015/projects/eo-sdk/core/lib/service/signing/signing.service.js +15 -2
  68. package/esm2015/projects/eo-sdk/core/lib/service/user/user.service.js +17 -1
  69. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +76 -10
  70. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  71. package/fesm2015/eo-sdk-client.js +647 -75
  72. package/fesm2015/eo-sdk-client.js.map +1 -1
  73. package/package.json +2 -2
  74. package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.metadata.json +1 -1
  75. package/projects/eo-sdk/core/lib/model/dms-object-history.model.d.ts +4 -0
  76. package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts +1 -1
  77. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +13 -3
  78. package/projects/eo-sdk/core/lib/service/events/events.d.ts +1 -0
  79. package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +8 -0
  80. package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +11 -0
  81. package/projects/eo-sdk/core/package.json +1 -1
@@ -0,0 +1,44 @@
1
+ import { ColDef, GridOptions } from '@ag-grid-community/core';
2
+ import { OnDestroy, OnInit } from '@angular/core';
3
+ import { EmptyState } from '../../eo-framework-core/empty-state/empty-state.interface';
4
+ import { DmsParams, EventService, SystemService, UserService } from '@eo-sdk/core';
5
+ import { TranslateService } from '@ngx-translate/core';
6
+ import { PendingChangesComponent } from '../../eo-framework-core/pending-changes/pending-changes-component.interface';
7
+ import { ISetFilter } from '../../eo-framework/grid/extensions/filter/setFilters/set-filters.interface';
8
+ import { GridComponent } from '../../eo-framework/grid/grid.component';
9
+ import { PendingChangesService } from '../../eo-framework-core/pending-changes/pending-changes.service';
10
+ import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-state.service';
11
+ import { SelectionService } from '../../eo-framework-core/selection/selection.service';
12
+ import { UnsubscribeOnDestroy } from '../../eo-framework/util/unsubscribe/unsubscribe.component';
13
+ import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
14
+ export declare class RecyclebinStateComponent extends UnsubscribeOnDestroy implements OnInit, PendingChangesComponent, OnDestroy {
15
+ selection: SelectionService;
16
+ translate: TranslateService;
17
+ private system;
18
+ private empty;
19
+ private pendingChanges;
20
+ private eventService;
21
+ private titleService;
22
+ private userService;
23
+ gridOptions: GridOptions;
24
+ sortFields: ColDef[];
25
+ typeFilterFields: ISetFilter[];
26
+ gridData: any;
27
+ inboxDmsObjectSelectionId: string;
28
+ emptyState: EmptyState;
29
+ showActionsMenu: boolean;
30
+ textFilterParams: any;
31
+ eoGrid: GridComponent;
32
+ constructor(selection: SelectionService, translate: TranslateService, system: SystemService, empty: EmptyStateService, pendingChanges: PendingChangesService, eventService: EventService, titleService: PageTitleService, userService: UserService);
33
+ set hasContent(hasContent: boolean);
34
+ get hasContent(): boolean;
35
+ hasPendingChanges(): boolean;
36
+ refreshGrid(): void;
37
+ parseDmsParams(data: any): DmsParams;
38
+ typeFilters(): void;
39
+ resetFilters(): void;
40
+ updateGrid(data: any): void;
41
+ cellRenderer(params: any): string;
42
+ ngOnInit(): void;
43
+ ngOnDestroy(): void;
44
+ }
@@ -40,7 +40,9 @@ import { FinalizeObjectActionComponent } from './actions/finalize/finalize-objec
40
40
  import { DeleteContentComponent } from './actions/delete-content-action/delete-content/delete-content.component';
41
41
  import { SignatureActionComponent } from './actions/signature-action/signature-action.component';
42
42
  import { SignatureComponent } from './actions/signature-action/signature/signature.component';
43
- export declare const entryComponents: (typeof WorkflowComponent | typeof WorkflowActionComponent | typeof CustomActionsComponent | typeof SimpleWorkflowActionComponent | typeof CopyActionComponent | typeof OpenContextActionComponent | typeof DownloadOriginalActionComponent | typeof DownloadPdfActionComponent | typeof DownloadActionComponent | typeof OpenDocumentComponent | typeof OpenDocumentActionComponent | typeof EmailLinkActionComponent | typeof EmailOriginalActionComponent | typeof EmailPdfActionComponent | typeof EmailActionComponent | typeof ClipboardLinkActionComponent | typeof ClipboardOriginalActionComponent | typeof ClipboardPdfActionComponent | typeof ClipboardActionComponent | typeof DeleteComponent | typeof DeleteActionComponent | typeof OpenVersionsActionComponent | typeof RestoreVersionActionComponent | typeof DeletePreparedActionComponent | typeof AddSubscriptionComponent | typeof AddSubscriptionActionComponent | typeof AddResubmissionComponent | typeof AddResubmissionActionComponent | typeof RemoveSubscriptionActionComponent | typeof UpdateResubmissionActionComponent | typeof ShareObjectComponent | typeof ShareObjectActionComponent | typeof CutActionComponent | typeof FinalizeObjectActionComponent | typeof FinalizeActionComponent | typeof DefinalizeActionComponent | typeof DeleteContentComponent | typeof DeleteContentActionComponent | typeof UnlockActionComponent | typeof SignatureComponent | typeof SignatureActionComponent)[];
43
+ import { CancelSigningActionComponent } from './actions/cancel-signing-action/cancel-signing-action';
44
+ import { CancelSigningComponent } from './actions/cancel-signing-action/cancel-signing/cancel-signing.component';
45
+ export declare const entryComponents: (typeof WorkflowComponent | typeof WorkflowActionComponent | typeof CustomActionsComponent | typeof SimpleWorkflowActionComponent | typeof CopyActionComponent | typeof OpenContextActionComponent | typeof DownloadOriginalActionComponent | typeof DownloadPdfActionComponent | typeof DownloadActionComponent | typeof OpenDocumentComponent | typeof OpenDocumentActionComponent | typeof EmailLinkActionComponent | typeof EmailOriginalActionComponent | typeof EmailPdfActionComponent | typeof EmailActionComponent | typeof ClipboardLinkActionComponent | typeof ClipboardOriginalActionComponent | typeof ClipboardPdfActionComponent | typeof ClipboardActionComponent | typeof DeleteComponent | typeof DeleteActionComponent | typeof OpenVersionsActionComponent | typeof RestoreVersionActionComponent | typeof DeletePreparedActionComponent | typeof AddSubscriptionComponent | typeof AddSubscriptionActionComponent | typeof AddResubmissionComponent | typeof AddResubmissionActionComponent | typeof RemoveSubscriptionActionComponent | typeof UpdateResubmissionActionComponent | typeof ShareObjectComponent | typeof ShareObjectActionComponent | typeof CutActionComponent | typeof FinalizeObjectActionComponent | typeof FinalizeActionComponent | typeof DefinalizeActionComponent | typeof DeleteContentComponent | typeof DeleteContentActionComponent | typeof UnlockActionComponent | typeof SignatureComponent | typeof SignatureActionComponent | typeof CancelSigningComponent | typeof CancelSigningActionComponent)[];
44
46
  /**
45
47
  * @module
46
48
  * @description
@@ -0,0 +1,30 @@
1
+ import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
+ import { ActionComponent } from '../../../interfaces/action-component.interface';
3
+ import { DmsObject, CapabilitiesService, TranslateService, SigningService, EventService, DmsService } from '@eo-sdk/core';
4
+ import { Router } from '@angular/router';
5
+ import { BackendService, NotificationsService } from '@eo-sdk/core';
6
+ import { FormControl, FormGroup } from '@angular/forms';
7
+ export declare class CancelSigningComponent implements AfterViewInit, ActionComponent {
8
+ private translate;
9
+ private backend;
10
+ private toast;
11
+ private router;
12
+ private capabilitiesService;
13
+ private signingService;
14
+ private elemRef;
15
+ private eventService;
16
+ private dmsService;
17
+ cancelling: boolean;
18
+ commentLabel: string;
19
+ cancelSigningForm: FormGroup;
20
+ commentField: FormControl;
21
+ selection: DmsObject[];
22
+ finished: EventEmitter<any>;
23
+ canceled: EventEmitter<any>;
24
+ constructor(translate: TranslateService, backend: BackendService, toast: NotificationsService, router: Router, capabilitiesService: CapabilitiesService, signingService: SigningService, elemRef: ElementRef, eventService: EventService, dmsService: DmsService);
25
+ get commentValidity(): boolean;
26
+ cancelSigning(id: string, comment: string): void;
27
+ run(): void;
28
+ cancel(): void;
29
+ ngAfterViewInit(): void;
30
+ }
@@ -0,0 +1,22 @@
1
+ import { Observable } from 'rxjs';
2
+ import { DmsObjectTarget } from '../../action-target';
3
+ import { SelectionRange } from '../../selection-range.enum';
4
+ import { TranslateService, DmsObject, SigningService } from '@eo-sdk/core';
5
+ import { ComponentAction } from '../../interfaces/action.interface';
6
+ import { CancelSigningComponent } from './cancel-signing/cancel-signing.component';
7
+ export declare class CancelSigningActionComponent extends DmsObjectTarget implements ComponentAction {
8
+ private translate;
9
+ private signingService;
10
+ header: string;
11
+ label: string;
12
+ description: string;
13
+ priority: number;
14
+ iconSrc: string;
15
+ group: string;
16
+ range: SelectionRange;
17
+ component: typeof CancelSigningComponent;
18
+ constructor(translate: TranslateService, signingService: SigningService);
19
+ isExecutable(element: DmsObject): Observable<boolean>;
20
+ hasEditRights(item: DmsObject): boolean;
21
+ isFinalized(item: DmsObject): boolean;
22
+ }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter, OnDestroy } from '@angular/core';
2
- import { BpmService, NotificationsService, TranslateService, SigningService, Config } from '@eo-sdk/core';
2
+ import { BpmService, NotificationsService, TranslateService, SigningService, Config, EventService, DmsService } from '@eo-sdk/core';
3
3
  import { EoDialogComponent } from '../../../../ui/eo-dialog/eo-dialog.component';
4
4
  import { ActionComponent } from '../../../interfaces/action-component.interface';
5
5
  import { PendingChangesService } from '../../../../../eo-framework-core/pending-changes/pending-changes.service';
@@ -13,6 +13,8 @@ export declare class SignatureComponent implements ActionComponent, OnDestroy {
13
13
  private toaster;
14
14
  private signingService;
15
15
  private config;
16
+ private eventService;
17
+ private dmsService;
16
18
  selection: any[];
17
19
  finished: EventEmitter<any>;
18
20
  canceled: EventEmitter<any>;
@@ -33,7 +35,7 @@ export declare class SignatureComponent implements ActionComponent, OnDestroy {
33
35
  signingForm: FormGroup;
34
36
  maxSigners: number;
35
37
  signingFormListener: Subscription;
36
- constructor(bpmService: BpmService, pendingChanges: PendingChangesService, translate: TranslateService, toaster: NotificationsService, signingService: SigningService, config: Config);
38
+ constructor(bpmService: BpmService, pendingChanges: PendingChangesService, translate: TranslateService, toaster: NotificationsService, signingService: SigningService, config: Config, eventService: EventService, dmsService: DmsService);
37
39
  saveForm(): void;
38
40
  finish(): void;
39
41
  cancel(): void;
@@ -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;
@@ -48,6 +48,7 @@ export declare class ObjectDetailsComponent extends UnsubscribeOnDestroy impleme
48
48
  set reference(isRef: boolean);
49
49
  searchTerm: string;
50
50
  enableCompare: boolean;
51
+ recyclebinTabs: boolean;
51
52
  enableDiff: boolean;
52
53
  enableSync: boolean;
53
54
  cacheLayout: any;
@@ -65,6 +66,7 @@ export declare class ObjectDetailsComponent extends UnsubscribeOnDestroy impleme
65
66
  externalPanels: QueryList<TabPanelComponent>;
66
67
  tabPanels: QueryList<TabPanelComponent>;
67
68
  tabPlugins: QueryList<TabPluginComponent>;
69
+ preventClickThrough: boolean;
68
70
  shortcuts: GlobalShortcutComponent;
69
71
  applySelection: SelectionConfig;
70
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;
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "about": {
31
31
  "docu": {
32
- "link": "https://help.optimal-systems.com/yuuvisRAD/v90/user/client/###userLang###/index.html",
32
+ "link": "https://help.optimal-systems.com/yuuvisRAD/v80/user/client/###userLang###/index.html",
33
33
  "label": "eo.sidebar.help.manual"
34
34
  }
35
35
  },
@@ -114,30 +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
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.object.signature-tab.no-signatures": "Es sind keine Unterschriften vorhanden.",
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.",
144
+ "eo.action.cancel.signing.reason": "Grund",
145
+ "eo.action.cancel.signing.cancel": "Abbrechen",
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.",
141
152
  "eo.form.property.dynamic.list.empty": "Es sind keine Einträge vorhanden oder in diesem Kontext nicht verfügbar.",
142
153
  "eo.process.task.due": "Fällig am {{date}}",
143
154
  "eo.process.task.overdue": "Überfällig seit {{date}}",
@@ -280,7 +291,8 @@
280
291
  "eo.action.delete.dms.object.description": "Löscht das Objekt.",
281
292
  "eo.action.delete.dms.object.confirm.message": "Sind Sie sicher, dass '{{item}}' gelöscht werden soll?",
282
293
  "eo.action.delete.dms.object.done.title": "Löschen",
283
- "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.",
284
296
  "eo.action.delete.dms.object.error.403": "Sie haben kein Recht zum Löschen des Objekts.",
285
297
  "eo.action.delete.dms.object.error.409": "Das Objekt konnte wegen Konflikten nicht gelöscht werden.",
286
298
  "eo.action.delete.dms.object.error.410": "Der Zugriff auf das Objekt ist nicht länger möglich.",
@@ -295,8 +307,8 @@
295
307
  "eo.action.delete.content.confirm.message": "Sind Sie sicher, dass '{{item}}' entfernt werden soll?",
296
308
  "eo.action.unlock.label": "Sperre aufheben",
297
309
  "eo.action.unlock.description": "Hebt die Sperre zum Schutz vor Änderung durch andere Benutzer auf.",
298
- "eo.action.signature.label": "Unterschriften anfordern",
299
- "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.",
300
312
  "eo.error.connection.interrupted.text": "Bitte kontaktieren Sie Ihren Administrator.",
301
313
  "eo.error.connection.interrupted.title": "Ein schwerwiegender Fehler ist aufgetreten",
302
314
  "eo.error.attachments.title": "Die Vorschau kann nicht angezeigt werden.",
@@ -402,6 +414,7 @@
402
414
  "eo.no.filter.result": "Kein Treffer vorhanden.",
403
415
  "eo.reset.filter": "Filter zurücksetzen",
404
416
  "eo.inbox.sort.title": "Titel",
417
+ "eo.inbox.sort.description": "Beschreibung",
405
418
  "eo.inbox.sort.date": "Datum",
406
419
  "eo.inbox.item.note.absence": "Stellvertretung",
407
420
  "eo.notifications.list.title": "Benachrichtigungen",
@@ -514,6 +527,14 @@
514
527
  "eo.object.history.entry.type.CONTENT_RENAMED.description": "Die Dokumentdatei wurde umbenannt in {{contentname}}.",
515
528
  "eo.object.history.entry.type.CONTENT_RETENTION_CHANGED.title": "Aufbewahrungsfrist der Dokumentdatei geändert",
516
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.",
517
538
  "eo.object.lock": "gesperrt",
518
539
  "eo.object.indexdata.reset": "Änderungen verwerfen",
519
540
  "eo.object.indexdata.save": "Speichern",
@@ -521,6 +542,7 @@
521
542
  "eo.object.indexdata.form.invalid": "Das Formular enthält Fehler. Korrigieren Sie die Fehler, um die Eingaben speichern zu können.",
522
543
  "eo.references.not.available": "Nicht verfügbar",
523
544
  "eo.references.deleted": "gelöschte Referenz",
545
+ "eo.references.noAccess": "kein Zugriff",
524
546
  "eo.references.object.notfound": "Es wurden keine Referenzen gefunden.",
525
547
  "eo.references.to.label": "Auf dieses Objekt",
526
548
  "eo.references.from.label": "Auf andere Objekte",
@@ -782,7 +804,23 @@
782
804
  "eo.view.navigation.inbox": "Eingangskorb",
783
805
  "eo.view.navigation.process": "Meine Prozesse",
784
806
  "eo.view.navigation.storedqueries": "Gespeicherte Suchen",
807
+ "eo.view.navigation.recyclebin": "Papierkorb",
808
+ "eo.recyclebin.list.title": "Papierkorb",
809
+ "eo.recyclebin.filter.title": "Papierkorb filtern",
810
+ "eo.recyclebin.list.empty": "Der Papierkorb ist leer.",
785
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.",
786
824
  "eo.sidebar.navigation.favorites.tooltip": "Favoriten öffnen",
787
825
  "eo.sidebar.navigation.inbox.tooltip": "Eingangskorb öffnen",
788
826
  "eo.sidebar.navigation.process.tooltip": "Meine Prozesse anzeigen",
@@ -125,6 +125,8 @@
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
131
  "eo.object.signature-tab.label.error": "Error message",
130
132
  "eo.object.signature-tab.label.signingPlatform": "Signature platform",
@@ -139,8 +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.",
143
- "eo.object.signature-tab.no-signatures": "There are no signatures.",
144
+ "eo.action.signature.request.success": "Signatures were requested",
145
+ "eo.action.cancel.signing.label": "Cancel signing",
146
+ "eo.action.cancel.signing.description": "Cancels the signing process for the object.",
147
+ "eo.action.cancel.signing.reason": "Reason",
148
+ "eo.action.cancel.signing.cancel": "Cancel",
149
+ "eo.action.cancel.signing.cancelSigning": "Cancel signing",
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.",
144
155
  "eo.form.property.dynamic.list.empty": "No entries available or entries not available in this context.",
145
156
  "eo.process.task.due": "Due on {{date}}",
146
157
  "eo.process.task.overdue": "Overdue since {{date}}",
@@ -285,7 +296,8 @@
285
296
  "eo.action.delete.dms.object.description": "Deletes the object.",
286
297
  "eo.action.delete.dms.object.confirm.message": "Are you sure you want to delete '{{item}}'?",
287
298
  "eo.action.delete.dms.object.done.title": "Delete",
288
- "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.",
289
301
  "eo.action.delete.dms.object.error.403": "You are not authorized to delete the object.",
290
302
  "eo.action.delete.dms.object.error.409": "The object could not be deleted due to conflicts.",
291
303
  "eo.action.delete.dms.object.error.410": "Access to the object is no longer available.",
@@ -408,6 +420,7 @@
408
420
  "eo.no.filter.result": "No hits available.",
409
421
  "eo.reset.filter": "Reset filter",
410
422
  "eo.inbox.sort.title": "Title",
423
+ "eo.inbox.sort.description": "Description",
411
424
  "eo.inbox.sort.date": "Date",
412
425
  "eo.inbox.item.note.absence": "Substitution",
413
426
  "eo.notifications.list.title": "Notifications",
@@ -519,13 +532,22 @@
519
532
  "eo.object.history.entry.type.START_WITH_PROCESS.title": "Process started",
520
533
  "eo.object.history.entry.type.VERSION_RESTORED.description": "Version {{sourceversion}} was restored and set up as a new active version.",
521
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.",
522
543
  "eo.object.lock": "locked",
523
544
  "eo.object.indexdata.reset": "Discard changes",
524
545
  "eo.object.indexdata.save": "Save",
525
546
  "eo.object.indexdata.save.browsernav": "You are currently editing the metadata of a form that has not been saved. Unsaved data will be lost.",
526
547
  "eo.object.indexdata.form.invalid": "The form contains errors. Correct the errors in order to be able to save the entries.",
527
548
  "eo.references.not.available": "Not available",
528
- "eo.references.deleted": "Deleted reference",
549
+ "eo.references.deleted": "deleted reference",
550
+ "eo.references.noAccess": "no access",
529
551
  "eo.references.object.notfound": "No references found.",
530
552
  "eo.references.to.label": "To this object",
531
553
  "eo.references.from.label": "To other objects",
@@ -788,7 +810,23 @@
788
810
  "eo.view.navigation.favorites": "Favorites",
789
811
  "eo.view.navigation.inbox": "Inbox",
790
812
  "eo.view.navigation.process": "My processes",
813
+ "eo.view.navigation.recyclebin": "Recycle bin",
814
+ "eo.recyclebin.list.title": "Recycle bin",
815
+ "eo.recyclebin.filter.title": "Filter recycle bin",
816
+ "eo.recyclebin.list.empty": "The recycle bin is empty.",
791
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.",
792
830
  "eo.sidebar.navigation.favorites.tooltip": "Open favorites",
793
831
  "eo.sidebar.navigation.inbox.tooltip": "Open inbox",
794
832
  "eo.sidebar.navigation.process.tooltip": "Show my processes",