@eo-sdk/client 9.3.0-rc.1 → 9.4.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 (53) hide show
  1. package/app/eo-framework/actions/action.module.d.ts +3 -1
  2. package/app/eo-framework/actions/actions/delete-action/delete/delete.component.d.ts +2 -1
  3. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +96 -0
  4. package/app/eo-framework/actions/actions/signature-action/signature-action.component.d.ts +19 -0
  5. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +4 -3
  6. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +1 -0
  7. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +1 -0
  8. package/app/eo-framework-core/search/app-search.service.d.ts +5 -0
  9. package/assets/_default/i18n/de.json +23 -6
  10. package/assets/_default/i18n/en.json +35 -18
  11. package/assets/_default/svg/ic_signature.svg +1 -0
  12. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +168 -61
  13. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  14. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -2
  15. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  16. package/bundles/eo-sdk-client.umd.js +208 -27
  17. package/bundles/eo-sdk-client.umd.js.map +1 -1
  18. package/bundles/eo-sdk-client.umd.min.js +1 -1
  19. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  20. package/eo-sdk-client.d.ts +12 -10
  21. package/eo-sdk-client.metadata.json +1 -1
  22. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  23. package/esm2015/app/eo-framework/actions/action.module.js +9 -3
  24. package/esm2015/app/eo-framework/actions/actions/delete-action/delete/delete.component.js +14 -6
  25. package/esm2015/app/eo-framework/actions/actions/signature-action/signature/signature.component.js +109 -0
  26. package/esm2015/app/eo-framework/actions/actions/signature-action/signature-action.component.js +38 -0
  27. package/esm2015/app/eo-framework/app-shell/app-bar/app-search/app-search.component.js +10 -4
  28. package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +3 -2
  29. package/esm2015/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.js +3 -2
  30. package/esm2015/app/eo-framework/object-form/object-form.module.js +2 -2
  31. package/esm2015/app/eo-framework/tree/tree.component.js +2 -2
  32. package/esm2015/app/eo-framework/ui/signature-tab/signature-tab.component.js +3 -3
  33. package/esm2015/app/eo-framework/upload-overlay/upload-overlay.component.js +2 -2
  34. package/esm2015/app/eo-framework-core/search/app-search.service.js +15 -1
  35. package/esm2015/eo-sdk-client.js +13 -11
  36. package/esm2015/projects/eo-sdk/core/lib/eo-core.module.js +3 -1
  37. package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +6 -2
  38. package/esm2015/projects/eo-sdk/core/lib/service/search/search-query.model.js +64 -62
  39. package/esm2015/projects/eo-sdk/core/lib/service/search/search.service.js +5 -2
  40. package/esm2015/projects/eo-sdk/core/lib/service/signing/signing.service.js +97 -0
  41. package/esm2015/projects/eo-sdk/core/public_api.js +2 -1
  42. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +167 -63
  43. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  44. package/fesm2015/eo-sdk-client.js +190 -19
  45. package/fesm2015/eo-sdk-client.js.map +1 -1
  46. package/package.json +2 -2
  47. package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.metadata.json +1 -1
  48. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +2 -1
  49. package/projects/eo-sdk/core/lib/service/search/search-query.model.d.ts +3 -1
  50. package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +83 -0
  51. package/projects/eo-sdk/core/package.json +1 -1
  52. package/projects/eo-sdk/core/public_api.d.ts +1 -0
  53. package/proxy.config.json +5 -0
@@ -38,7 +38,9 @@ import { UnlockActionComponent } from './actions/unlock-action/unlock-action';
38
38
  import { SimpleWorkflowActionComponent } from './actions/workflow-action/simple-workflow-action.component';
39
39
  import { FinalizeObjectActionComponent } from './actions/finalize/finalize-object-action/finalize-object-action.component';
40
40
  import { DeleteContentComponent } from './actions/delete-content-action/delete-content/delete-content.component';
41
- 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)[];
41
+ import { SignatureActionComponent } from './actions/signature-action/signature-action.component';
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)[];
42
44
  /**
43
45
  * @module
44
46
  * @description
@@ -18,12 +18,13 @@ export declare class DeleteComponent implements OnInit, ActionComponent {
18
18
  count: string;
19
19
  retentionTime: string;
20
20
  datePipe: LocaleDatePipe;
21
+ showForceDeleteDialog: boolean;
21
22
  selection: DmsObject[];
22
23
  finished: EventEmitter<any>;
23
24
  canceled: EventEmitter<any>;
24
25
  constructor(translate: TranslateService, backend: BackendService, toast: NotificationsService, router: Router, capabilitiesService: CapabilitiesService, dmsService: DmsService, elemRef: ElementRef, eventService: EventService);
25
26
  private isAllowedState;
26
- deleteDmsObject(dmsObject: DmsObject): void;
27
+ deleteDmsObject(dmsObject: DmsObject, force?: boolean): void;
27
28
  run(): void;
28
29
  cancel(): void;
29
30
  isExpired(dateString: string): boolean;
@@ -0,0 +1,96 @@
1
+ import { EventEmitter, OnDestroy } from '@angular/core';
2
+ import { BpmService, NotificationsService, TranslateService, SigningService, Config } from '@eo-sdk/core';
3
+ import { EoDialogComponent } from '../../../../ui/eo-dialog/eo-dialog.component';
4
+ import { ActionComponent } from '../../../interfaces/action-component.interface';
5
+ import { PendingChangesService } from '../../../../../eo-framework-core/pending-changes/pending-changes.service';
6
+ import { ObjectFormOptions } from '../../../../object-form';
7
+ import { FormControl, FormGroup } from '@angular/forms';
8
+ import { Subscription } from 'rxjs';
9
+ export declare class SignatureComponent implements ActionComponent, OnDestroy {
10
+ private bpmService;
11
+ private pendingChanges;
12
+ private translate;
13
+ private toaster;
14
+ private signingService;
15
+ private config;
16
+ selection: any[];
17
+ finished: EventEmitter<any>;
18
+ canceled: EventEmitter<any>;
19
+ processingRequest: boolean;
20
+ headerTitle: string;
21
+ headerDescription: string;
22
+ selected: any;
23
+ formOptions: ObjectFormOptions;
24
+ contents: {
25
+ id: string;
26
+ type: string;
27
+ }[];
28
+ pendingTaskIds: string[];
29
+ dialog: EoDialogComponent;
30
+ emailSubject: FormControl;
31
+ emailBody: FormControl;
32
+ signers: FormControl;
33
+ signingForm: FormGroup;
34
+ maxSigners: number;
35
+ signingFormListener: Subscription;
36
+ constructor(bpmService: BpmService, pendingChanges: PendingChangesService, translate: TranslateService, toaster: NotificationsService, signingService: SigningService, config: Config);
37
+ saveForm(): void;
38
+ finish(): void;
39
+ cancel(): void;
40
+ onIndexDataChanged(): void;
41
+ getLocalizedForm(): {
42
+ size: string;
43
+ readonly: boolean;
44
+ name: string;
45
+ qname: string;
46
+ hitname: string;
47
+ label: string;
48
+ type: string;
49
+ indexname: string;
50
+ required: boolean;
51
+ elements: ({
52
+ readonly: boolean;
53
+ name: string;
54
+ qname: string;
55
+ hitname: string;
56
+ label: any;
57
+ type: string;
58
+ indexname: string;
59
+ scale: number;
60
+ precision: number;
61
+ grouping: boolean;
62
+ selectedforenrichment: boolean;
63
+ required: boolean;
64
+ sortable: boolean;
65
+ searchable: boolean;
66
+ size?: undefined;
67
+ multiline?: undefined;
68
+ autocomplete?: undefined;
69
+ maxlen?: undefined;
70
+ minlen?: undefined;
71
+ } | {
72
+ size: string;
73
+ multiline: boolean;
74
+ readonly: boolean;
75
+ name: string;
76
+ qname: string;
77
+ hitname: string;
78
+ label: any;
79
+ type: string;
80
+ indexname: string;
81
+ autocomplete: boolean;
82
+ selectedforenrichment: boolean;
83
+ maxlen: number;
84
+ minlen: number;
85
+ required: boolean;
86
+ sortable: boolean;
87
+ searchable: boolean;
88
+ scale?: undefined;
89
+ precision?: undefined;
90
+ grouping?: undefined;
91
+ })[];
92
+ };
93
+ private startPending;
94
+ private finishPending;
95
+ ngOnDestroy(): void;
96
+ }
@@ -0,0 +1,19 @@
1
+ import { Observable } from 'rxjs';
2
+ import { SignatureComponent } from './signature/signature.component';
3
+ import { DmsObjectTarget } from '../../action-target';
4
+ import { SelectionRange } from '../../selection-range.enum';
5
+ import { DmsObject, TranslateService } from '@eo-sdk/core';
6
+ export declare class SignatureActionComponent extends DmsObjectTarget {
7
+ private translate;
8
+ label: string;
9
+ description: string;
10
+ priority: number;
11
+ iconSrc: string;
12
+ group: string;
13
+ range: SelectionRange;
14
+ extComponents: typeof SignatureComponent;
15
+ constructor(translate: TranslateService);
16
+ isExecutable(element: DmsObject): Observable<boolean>;
17
+ isAllowedMimeType(item: DmsObject): boolean;
18
+ isAllowedObjectType(item: DmsObject): boolean;
19
+ }
@@ -1,13 +1,13 @@
1
- import { EventEmitter, OnDestroy, OnInit, ElementRef, AfterViewInit, Renderer2, ChangeDetectorRef } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
2
  import { Router } from '@angular/router';
3
3
  import { PageTitleService } from '../../../../eo-framework-core/title/page-title.service';
4
4
  import { ObjectFormComponent } from '../../../object-form/object-form/object-form.component';
5
- import { ObjectFormOptions, FormStatusChangedEvent } from '../../../object-form/index';
5
+ import { FormStatusChangedEvent, ObjectFormOptions } from '../../../object-form/index';
6
6
  import { AutoComplete } from 'primeng/primeng';
7
7
  import { NgForm } from '@angular/forms';
8
8
  import { LocaleDatePipe } from '../../../../eo-framework-core/pipes/locale-date.pipe';
9
9
  import { AppSearchService } from '../../../../eo-framework-core/search/app-search.service';
10
- import { UserService, StoredQuery, ObjectType, SearchFilter, SearchQuery, SearchState, SearchService, SystemService, Logger, CapabilitiesService, Capabilities, StoredQueriesService, NotificationsService, PrepareService, TranslateService, QueryScope } from '@eo-sdk/core';
10
+ import { Capabilities, CapabilitiesService, Logger, NotificationsService, ObjectType, PrepareService, QueryScope, SearchFilter, SearchQuery, SearchService, SearchState, StoredQueriesService, StoredQuery, SystemService, TranslateService, UserService } from '@eo-sdk/core';
11
11
  export interface IdxSearch {
12
12
  type: ObjectType;
13
13
  contextFolderType: ObjectType;
@@ -43,6 +43,7 @@ export declare class AppSearchComponent implements OnInit, AfterViewInit, OnDest
43
43
  FILESIZE: string;
44
44
  FILENAME: string;
45
45
  MIMETYPEGROUP: string;
46
+ FOLDER: string;
46
47
  };
47
48
  OPERATOR: {
48
49
  EQUAL: string;
@@ -36,6 +36,7 @@ export declare class FormElementTableComponent extends UnsubscribeOnDestroy impl
36
36
  static COLUMNS_DEFINITION_OVERLAY: string;
37
37
  modules: Module[];
38
38
  rowEdit: RowEditComponent;
39
+ limit: number;
39
40
  set params(p: TableComponentParams);
40
41
  get params(): TableComponentParams;
41
42
  _params: TableComponentParams;
@@ -27,6 +27,7 @@ export declare class RowEditComponent extends UnsubscribeOnDestroy {
27
27
  saving: boolean;
28
28
  set showDeleteDialog(val: boolean);
29
29
  get showDeleteDialog(): boolean;
30
+ limitReached: boolean;
30
31
  set row(r: EditRow);
31
32
  onCancel: EventEmitter<any>;
32
33
  onSave: EventEmitter<EditRowResult>;
@@ -70,6 +70,11 @@ export declare class AppSearchService {
70
70
  * @param filter - the filter to be toggled
71
71
  */
72
72
  toggleQueryFilter(filter: SearchFilter, override?: boolean): void;
73
+ /**
74
+ * Toggles created filters and aggregates them together.
75
+ * @param filters - the filters to be toggled
76
+ */
77
+ toggleQueryFilters(filters: SearchFilter[], override?: boolean): void;
73
78
  /**
74
79
  * Adds a filter to the query.
75
80
  * @param filter - the filter to be added
@@ -116,16 +116,26 @@
116
116
  "eo.object.links.title": "Referenzen",
117
117
  "eo.object.signature.title":"Unterschriften",
118
118
  "eo.object.signature-tab.title":"Unterschriften",
119
- "eo.object.signature-tab.headline": "Digitale Unterschriften",
120
119
  "eo.object.signature-tab.label.date": "Anfragedatum",
120
+ "eo.object.signature-tab.label.signedate":"Unterschrieben am",
121
121
  "eo.object.signature-tab.label.requester": "Angefragt von",
122
122
  "eo.object.signature-tab.label.signers": "Unterschriftgeber",
123
- "eo.object.signature-tab.label.subject": "Betreff",
123
+ "eo.object.signature-tab.label.subject": "E-Mail-Betreff",
124
+ "eo.object.signature-tab.label.body": "E-Mail-Nachricht",
124
125
  "eo.object.signature-tab.label.status": "Status",
125
126
  "eo.object.signature-tab.label.error": "Fehlermeldung",
126
127
  "eo.object.signature-tab.label.signingPlatform": "Signaturplattform",
127
128
  "eo.object.signature-tab.label.signingPlatformId": "Signaturplattform-ID",
128
129
  "eo.object.signature-tab.order.tooltip": "Unterschriftenfolge",
130
+ "eo.action.signature.yuvsigning.yuvsigemailsubject": "E-Mail-Betreff",
131
+ "eo.action.signature.yuvsigning.yuvsigemailbody": "E-Mail-Nachricht",
132
+ "eo.action.signature.yuvsigners.yuvsignerorder": "Unterschriftenfolge",
133
+ "eo.action.signature.yuvsigners.yuvsignername": "Name",
134
+ "eo.action.signature.yuvsigners.yuvsigneremail": "E-Mail-Adresse",
135
+ "eo.action.signature.request": "Anfordern",
136
+ "eo.action.signature.cancel": "Abbrechen",
137
+ "eo.action.signature.reset": "Zurücksetzen",
138
+ "eo.action.signature.request.success": "Signatur wurde angefragt.",
129
139
  "eo.form.property.dynamic.list.empty": "Es sind keine Einträge vorhanden oder in diesem Kontext nicht verfügbar",
130
140
  "eo.process.task.due": "Fällig am {{date}}",
131
141
  "eo.process.task.overdue": "Überfällig seit {{date}}",
@@ -134,7 +144,7 @@
134
144
  "eo.object.summary.title": "Übersicht",
135
145
  "eo.global.baseparam.filename": "Dateiname",
136
146
  "eo.global.baseparam.filesize": "Dateigröße",
137
- "eo.global.baseparam.mimegroup": "Dateityp",
147
+ "eo.global.baseparam.mimegroup": "Dateiart",
138
148
  "eo.global.baseparam.mimetype": "MIME-Type",
139
149
  "eo.global.baseparam.digest": "Digest",
140
150
  "eo.global.baseparam.modified": "Bearbeitet",
@@ -283,6 +293,8 @@
283
293
  "eo.action.delete.content.confirm.message": "Sind Sie sicher, dass '{{item}}' entfernt werden soll?",
284
294
  "eo.action.unlock.label": "Sperre aufheben",
285
295
  "eo.action.unlock.description": "Hebt die Sperre zum Schutz vor Änderung durch andere Benutzer auf.",
296
+ "eo.action.signature.label": "Signatur anfordern",
297
+ "eo.action.signature.description": "Fordert eine Signatur für das Objekt an.",
286
298
  "eo.error.connection.interrupted.text": "Bitte kontaktieren Sie Ihren Administrator.",
287
299
  "eo.error.connection.interrupted.title": "Ein schwerwiegender Fehler ist aufgetreten",
288
300
  "eo.error.attachments.title": "Die Vorschau kann nicht angezeigt werden.",
@@ -700,7 +712,7 @@
700
712
  "eo.storedquery.restriction.creator": "Ersteller",
701
713
  "eo.storedquery.restriction.modified": "Bearbeitet",
702
714
  "eo.storedquery.restriction.modifier": "Bearbeiter",
703
- "eo.storedquery.restriction.mimetypegroup": "Dateityp",
715
+ "eo.storedquery.restriction.mimetypegroup": "Dateiart",
704
716
  "eo.storedquery.restriction.filename": "Dateiname",
705
717
  "eo.storedquery.restriction.filesize": "Dateigröße",
706
718
  "eo.storedquery.action.save": "Speichern",
@@ -751,7 +763,7 @@
751
763
  "eo.search.restrict.type": "Objekttyp",
752
764
  "eo.search.restrict.creation": "Erstellt",
753
765
  "eo.search.restrict.modification": "Geändert",
754
- "eo.search.restrict.mimetypegroup": "Dateityp",
766
+ "eo.search.restrict.mimetypegroup": "Dateiart",
755
767
  "eo.search.restrict.file": "Dokumentdatei",
756
768
  "eo.search.restrict.filename": "Dateiname",
757
769
  "eo.search.restrict.filesize": "Dateigröße",
@@ -833,7 +845,7 @@
833
845
  "eo.manage.rights.folder.include.children.label":"Ordner und Dokumente teilen mit:",
834
846
  "eo.manage.rights.cancel": "Abbrechen",
835
847
  "eo.manage.rights.apply": "Teilen",
836
- "eo.manage.rights.stop": "Beenden",
848
+ "eo.manage.rights.stop": "Teilen beenden",
837
849
  "eo.manage.rights.message": "Das Objekt {{title}} wurde an {{shared}} geteilt.",
838
850
  "eo.manage.rights.message.notshared": "Das Objekt wird nicht länger von Ihnen geteilt.",
839
851
  "eo.resubmission.field.info": "Titel",
@@ -875,8 +887,13 @@
875
887
  "eo.upload.global.notarget.message": "Die Dateien können nicht abgelegt werden, da es keine validen Ablageorte gibt. Bitte überprüfen Sie Ihre Berechtigungen.",
876
888
  "eo.action.delete.dms.object.confirm.context.folder.title": "Der Ordner '{{folder}}' enthält {{count}} Objekte. Sind Sie sicher, dass der Ordner und Objekte gelöscht werden sollen?",
877
889
  "eo.action.delete.dms.object.error.retention.title": "Dieses Objekt kann nicht gelöscht werden bis einschließlich {{retentionTime}}.",
890
+ "eo.action.delete.dms.dialog.title": "Löschung erwirken",
891
+ "eo.action.delete.dms.dialog.message": "Dieses Objekt ist in einer Prozessakte enthalten. Soll es dennoch gelöscht werden?",
892
+ "eo.action.delete.dms.dialog.cancel": "Abbrechen",
893
+ "eo.action.delete.dms.dialog.delete": "Löschen",
878
894
  "eo.action.menu.custom.run.success": "Die Aktion {{title}} wurde ausgeführt.",
879
895
  "eo.action.menu.custom.run.error": "Die Aktion {{title}} konnte leider nicht ausgeführt werden.",
896
+ "eo.search.agg.filesize.none": "Ohne Datei",
880
897
  "eo.search.agg.filesize.lt1MB": "Klein (< 1 MB)",
881
898
  "eo.search.agg.filesize.lt10MB": "Mittel (1 MB - 10 MB)",
882
899
  "eo.search.agg.filesize.lt100MB": "Groß (10 MB - 100 MB)",
@@ -28,6 +28,10 @@
28
28
  "eo.stored.queries.list.empty": "No saved searches available",
29
29
  "eo.action.delete.dms.object.confirm.context.folder.title": "Folder '{{folder}}' contains {{count}} objects. Are you sure you want to delete the folder and objects?",
30
30
  "eo.action.delete.dms.object.error.retention.title": "This object cannot be deleted until {{retentionTime}}.",
31
+ "eo.action.delete.dms.dialog.title": "Prompt deletion",
32
+ "eo.action.delete.dms.dialog.message": "This object is contained in a process file. Do you want to delete it anyway?",
33
+ "eo.action.delete.dms.dialog.cancel": "Cancel",
34
+ "eo.action.delete.dms.dialog.delete": "Delete",
31
35
  "eo.prepare.list.item.file": "file",
32
36
  "eo.prepare.list.item.files": "files",
33
37
  "eo.add.prepare.fail.title": "The object could not be created",
@@ -114,18 +118,28 @@
114
118
  "eo.search.mode.expert.support.type": "Type",
115
119
  "eo.search.mode.expert.support.field": "Field",
116
120
  "eo.object.links.title": "References",
117
- "eo.object.signature-tab.title":"Signatures",
118
- "eo.object.signature-tab.headline": "Digital signatures",
121
+ "eo.object.signature-tab.title": "Signatures",
119
122
  "eo.object.signature-tab.label.date": "Request date",
123
+ "eo.object.signature-tab.label.signedate": "Signed at",
120
124
  "eo.object.signature-tab.label.requester": "Requested by",
121
- "eo.object.signature-tab.label.signers": "Signers",
125
+ "eo.object.signature-tab.label.signers": "Signed by",
122
126
  "eo.object.signature-tab.label.subject": "Subject",
127
+ "eo.object.signature-tab.label.body": "E-mail message",
123
128
  "eo.object.signature-tab.label.status": "Status",
124
129
  "eo.object.signature-tab.label.error": "Error message",
125
- "eo.object.signature-tab.label.signingPlatform": "Signing platform",
126
- "eo.object.signature-tab.label.signingPlatformId": "Signing platform ID",
127
- "eo.object.signature-tab.order.tooltip": "Signing order",
128
- "eo.form.property.dynamic.list.empty": "There are no entries or they are not available in this context",
130
+ "eo.object.signature-tab.label.signingPlatform": "Signature platform",
131
+ "eo.object.signature-tab.label.signingPlatformId": "Signature platform ID",
132
+ "eo.object.signature-tab.order.tooltip": "Signature sequence",
133
+ "eo.action.signature.yuvsigning.yuvsigemailsubject": "Subject",
134
+ "eo.action.signature.yuvsigning.yuvsigemailbody": "E-mail message",
135
+ "eo.action.signature.yuvsigners.yuvsignerorder": "Signature sequence",
136
+ "eo.action.signature.yuvsigners.yuvsignername": "Name",
137
+ "eo.action.signature.yuvsigners.yuvsigneremail": "E-mail address",
138
+ "eo.action.signature.request": "Request",
139
+ "eo.action.signature.cancel": "Cancel",
140
+ "eo.action.signature.reset": "Reset",
141
+ "eo.action.signature.request.success": "Signature has been requested.",
142
+ "eo.form.property.dynamic.list.empty": "No entries available or entries not available in this context.",
129
143
  "eo.process.task.due": "Due on {{date}}",
130
144
  "eo.process.task.overdue": "Overdue since {{date}}",
131
145
  "eo.process.task.continue": "This must be accepted in order to process the task",
@@ -210,10 +224,10 @@
210
224
  "eo.add.empty.root.types": "There are no object types available.",
211
225
  "eo.sort.by": "Sort by",
212
226
  "eo.filter.by": "Filter by",
213
- "eo.filter.save.title" : "Saved filter terms",
214
- "eo.filter.input.placeholder": "Enter filter term",
215
- "eo.filter.save": "Save filter term",
216
- "eo.filter.delete": "Delete filter term",
227
+ "eo.filter.save.title": "Saved filters",
228
+ "eo.filter.input.placeholder": "Filter by...",
229
+ "eo.filter.save": "Save filter",
230
+ "eo.filter.delete": "Delete filter",
217
231
  "eo.state.process": "My processes",
218
232
  "eo.help.about.claim": "yuuvis® RAD is a rapid application development platform for content management and services solution development. Its secure, scalable and flexible low-code environment allows you to model a solution that meets your business needs quickly and efficiently.",
219
233
  "eo.help.about.component.label": "Component:",
@@ -281,9 +295,11 @@
281
295
  "eo.action.delete.content.description": "Removes the document file of the object.",
282
296
  "eo.action.delete.content.success": "The document file was removed successfully.",
283
297
  "eo.action.delete.content.error": "Unable to remove document file.",
284
- "eo.action.delete.content.confirm.message": "Are you sure you want to remove '{{item}}'?",
298
+ "eo.action.delete.content.confirm.message": "Are you sure you want to delete '{{item}}'?",
285
299
  "eo.action.unlock.label": "Release lock",
286
300
  "eo.action.unlock.description": "Releases the lock preventing changes by other users.",
301
+ "eo.action.signature.label": "Request signature",
302
+ "eo.action.signature.description": "Requests a signature for the object.",
287
303
  "eo.error.connection.interrupted.text": "Please contact your administrator.",
288
304
  "eo.error.connection.interrupted.title": "A fatal error has occurred.",
289
305
  "eo.error.attachments.title": "Unable to display preview.",
@@ -313,7 +329,7 @@
313
329
  "eo.state.settings.details.upload.dialog.title": "Upload profile image",
314
330
  "eo.state.settings.details.upload.dialog.back": "Back",
315
331
  "eo.state.settings.details.upload.dialog.error.title": "Error",
316
- "eo.state.settings.details.upload.dialog.sizeError": "The file is too large. The maximum size allowed is 512 KB.",
332
+ "eo.state.settings.details.upload.dialog.sizeError": "The file is too large. The maximum size allowed is 512 KB.",
317
333
  "eo.state.settings.details.upload.dialog.fileError": "The only file formats allowed are *.jpg and *.png.",
318
334
  "eo.state.settings.details.delete.dialog.title": "Delete profile image",
319
335
  "eo.state.settings.details.delete.dialog.message": "Do you really want to delete the profile image?",
@@ -831,11 +847,11 @@
831
847
  "eo.manage.rights.folder.title": "Share folder with other users",
832
848
  "eo.manage.rights.document.title": "Share document with other users",
833
849
  "eo.manage.rights.element.label": "Users/groups",
834
- "eo.manage.rights.folder.label":"Share only the folder with:",
835
- "eo.manage.rights.folder.include.children.label":"Share folder and documents with:",
850
+ "eo.manage.rights.folder.label": "Only share the folder with:",
851
+ "eo.manage.rights.folder.include.children.label": "Share folder and documents with:",
836
852
  "eo.manage.rights.cancel": "Cancel",
837
853
  "eo.manage.rights.apply": "Share",
838
- "eo.manage.rights.stop": "Stop",
854
+ "eo.manage.rights.stop": "Stop sharing",
839
855
  "eo.manage.rights.message": "Object {{title}} was shared with {{shared}}.",
840
856
  "eo.manage.rights.message.notshared": "The object will no longer be shared by you.",
841
857
  "eo.resubmission.field.info": "Title",
@@ -877,6 +893,7 @@
877
893
  "eo.upload.global.notarget.message": "The files could not be filed, as there are no valid filing locations. Please check your permissions.",
878
894
  "eo.action.menu.custom.run.success": "Action {{title}} was executed.",
879
895
  "eo.action.menu.custom.run.error": "Unfortunately, action {{title}} could not be executed.",
896
+ "eo.search.agg.filesize.none": "Without file",
880
897
  "eo.search.agg.filesize.lt1MB": "Small (< 1 MB)",
881
898
  "eo.search.agg.filesize.lt10MB": "Medium (1–10 MB)",
882
899
  "eo.search.agg.filesize.lt100MB": "Large (10–100 MB)",
@@ -950,8 +967,8 @@
950
967
  "eo.object.details": "Object details",
951
968
  "eo.document.open.error.title": "Error while opening",
952
969
  "eo.document.open.error.message": "Unable to open file.",
953
- "yuv.viewer.not.authorized": "Not authorized to preview file.",
970
+ "yuv.viewer.not.authorized": "Not authorized for file preview.",
954
971
  "yuv.viewer.not.found": "File not found.",
955
972
  "yuv.viewer.not.supported": "Format not supported.",
956
- "yuv.viewer.not.supported.download.content": "Unable to display format.\nYou can click this link to download the file."
973
+ "yuv.viewer.not.supported.download.content": "Format cannot be displayed.\nYou can click this link to download the file."
957
974
  }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48"><path d="M546-463q85-58 133.5-128T728-732q0-42-14-65t-38-23q-57 0-97 85t-40 200q0 20 1.5 38t5.5 34ZM120-120v-60h60v60h-60Zm165 0v-60h60v60h-60Zm165 0v-60h60v60h-60Zm165 0v-60h60v60h-60Zm165 0v-60h60v60h-60ZM122-284l-42-42 64-64-64-64 42-42 64 64 64-64 42 42-64 64 64 64-42 42-64-64-64 64Zm496-36q-32 0-57.5-14T517-375q-25 14-51.5 26.5T410-325l-21-56q28-11 53.5-22.5T492-429q-7-23-10-49.5t-3-56.5q0-146 55.5-245.5T676-880q51 0 81.5 41T788-729q0 88-57.5 172T570-406q10 13 22 19.5t26 6.5q35 0 71.5-30t68.5-86l55 26q-5 26-5.5 46t2.5 46q14-7 29.5-18.5T869-425l48 37q-25 31-55 49.5T806-320q-24 0-39-17t-18-49q-29 32-62.5 49T618-320Z"/></svg>