@eo-sdk/client 9.3.0-rc.2 → 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 (43) hide show
  1. package/app/eo-framework/actions/action.module.d.ts +3 -1
  2. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +96 -0
  3. package/app/eo-framework/actions/actions/signature-action/signature-action.component.d.ts +19 -0
  4. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +1 -0
  5. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +1 -0
  6. package/assets/_default/i18n/de.json +17 -5
  7. package/assets/_default/i18n/en.json +32 -20
  8. package/assets/_default/svg/ic_signature.svg +1 -0
  9. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +97 -0
  10. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  11. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -2
  12. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  13. package/bundles/eo-sdk-client.umd.js +172 -21
  14. package/bundles/eo-sdk-client.umd.js.map +1 -1
  15. package/bundles/eo-sdk-client.umd.min.js +1 -1
  16. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  17. package/eo-sdk-client.d.ts +12 -10
  18. package/eo-sdk-client.metadata.json +1 -1
  19. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  20. package/esm2015/app/eo-framework/actions/action.module.js +9 -3
  21. package/esm2015/app/eo-framework/actions/actions/delete-action/delete/delete.component.js +2 -2
  22. package/esm2015/app/eo-framework/actions/actions/signature-action/signature/signature.component.js +109 -0
  23. package/esm2015/app/eo-framework/actions/actions/signature-action/signature-action.component.js +38 -0
  24. package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +3 -2
  25. package/esm2015/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.js +3 -2
  26. package/esm2015/app/eo-framework/object-form/object-form.module.js +2 -2
  27. package/esm2015/app/eo-framework/tree/tree.component.js +2 -2
  28. package/esm2015/app/eo-framework/ui/signature-tab/signature-tab.component.js +2 -2
  29. package/esm2015/app/eo-framework/upload-overlay/upload-overlay.component.js +2 -2
  30. package/esm2015/eo-sdk-client.js +13 -11
  31. package/esm2015/projects/eo-sdk/core/lib/eo-core.module.js +3 -1
  32. package/esm2015/projects/eo-sdk/core/lib/service/signing/signing.service.js +97 -0
  33. package/esm2015/projects/eo-sdk/core/public_api.js +2 -1
  34. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +96 -1
  35. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  36. package/fesm2015/eo-sdk-client.js +156 -13
  37. package/fesm2015/eo-sdk-client.js.map +1 -1
  38. package/package.json +2 -2
  39. package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.metadata.json +1 -1
  40. package/projects/eo-sdk/core/lib/service/signing/signing.service.d.ts +83 -0
  41. package/projects/eo-sdk/core/package.json +1 -1
  42. package/projects/eo-sdk/core/public_api.d.ts +1 -0
  43. 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
@@ -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
+ }
@@ -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>;
@@ -117,15 +117,25 @@
117
117
  "eo.object.signature.title":"Unterschriften",
118
118
  "eo.object.signature-tab.title":"Unterschriften",
119
119
  "eo.object.signature-tab.label.date": "Anfragedatum",
120
+ "eo.object.signature-tab.label.signedate":"Unterschrieben am",
120
121
  "eo.object.signature-tab.label.requester": "Angefragt von",
121
122
  "eo.object.signature-tab.label.signers": "Unterschriftgeber",
122
- "eo.object.signature-tab.label.subject": "Betreff",
123
+ "eo.object.signature-tab.label.subject": "E-Mail-Betreff",
123
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",
@@ -28,8 +28,8 @@
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": "Effect deletion",
32
- "eo.action.delete.dms.dialog.message": "This object is contained in a process file. Do you want to delete it nevertheless?",
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
33
  "eo.action.delete.dms.dialog.cancel": "Cancel",
34
34
  "eo.action.delete.dms.dialog.delete": "Delete",
35
35
  "eo.prepare.list.item.file": "file",
@@ -118,18 +118,28 @@
118
118
  "eo.search.mode.expert.support.type": "Type",
119
119
  "eo.search.mode.expert.support.field": "Field",
120
120
  "eo.object.links.title": "References",
121
- "eo.object.signature-tab.title":"Signatures",
121
+ "eo.object.signature-tab.title": "Signatures",
122
122
  "eo.object.signature-tab.label.date": "Request date",
123
+ "eo.object.signature-tab.label.signedate": "Signed at",
123
124
  "eo.object.signature-tab.label.requester": "Requested by",
124
- "eo.object.signature-tab.label.signers": "Signers",
125
+ "eo.object.signature-tab.label.signers": "Signed by",
125
126
  "eo.object.signature-tab.label.subject": "Subject",
126
- "eo.object.signature-tab.label.body": "Email message",
127
+ "eo.object.signature-tab.label.body": "E-mail message",
127
128
  "eo.object.signature-tab.label.status": "Status",
128
129
  "eo.object.signature-tab.label.error": "Error message",
129
- "eo.object.signature-tab.label.signingPlatform": "Signing platform",
130
- "eo.object.signature-tab.label.signingPlatformId": "Signing platform ID",
131
- "eo.object.signature-tab.order.tooltip": "Signing order",
132
- "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.",
133
143
  "eo.process.task.due": "Due on {{date}}",
134
144
  "eo.process.task.overdue": "Overdue since {{date}}",
135
145
  "eo.process.task.continue": "This must be accepted in order to process the task",
@@ -214,10 +224,10 @@
214
224
  "eo.add.empty.root.types": "There are no object types available.",
215
225
  "eo.sort.by": "Sort by",
216
226
  "eo.filter.by": "Filter by",
217
- "eo.filter.save.title" : "Saved filter terms",
218
- "eo.filter.input.placeholder": "Enter filter term",
219
- "eo.filter.save": "Save filter term",
220
- "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",
221
231
  "eo.state.process": "My processes",
222
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.",
223
233
  "eo.help.about.component.label": "Component:",
@@ -285,9 +295,11 @@
285
295
  "eo.action.delete.content.description": "Removes the document file of the object.",
286
296
  "eo.action.delete.content.success": "The document file was removed successfully.",
287
297
  "eo.action.delete.content.error": "Unable to remove document file.",
288
- "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}}'?",
289
299
  "eo.action.unlock.label": "Release lock",
290
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.",
291
303
  "eo.error.connection.interrupted.text": "Please contact your administrator.",
292
304
  "eo.error.connection.interrupted.title": "A fatal error has occurred.",
293
305
  "eo.error.attachments.title": "Unable to display preview.",
@@ -317,7 +329,7 @@
317
329
  "eo.state.settings.details.upload.dialog.title": "Upload profile image",
318
330
  "eo.state.settings.details.upload.dialog.back": "Back",
319
331
  "eo.state.settings.details.upload.dialog.error.title": "Error",
320
- "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.",
321
333
  "eo.state.settings.details.upload.dialog.fileError": "The only file formats allowed are *.jpg and *.png.",
322
334
  "eo.state.settings.details.delete.dialog.title": "Delete profile image",
323
335
  "eo.state.settings.details.delete.dialog.message": "Do you really want to delete the profile image?",
@@ -835,11 +847,11 @@
835
847
  "eo.manage.rights.folder.title": "Share folder with other users",
836
848
  "eo.manage.rights.document.title": "Share document with other users",
837
849
  "eo.manage.rights.element.label": "Users/groups",
838
- "eo.manage.rights.folder.label":"Share only the folder with:",
839
- "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:",
840
852
  "eo.manage.rights.cancel": "Cancel",
841
853
  "eo.manage.rights.apply": "Share",
842
- "eo.manage.rights.stop": "Stop",
854
+ "eo.manage.rights.stop": "Stop sharing",
843
855
  "eo.manage.rights.message": "Object {{title}} was shared with {{shared}}.",
844
856
  "eo.manage.rights.message.notshared": "The object will no longer be shared by you.",
845
857
  "eo.resubmission.field.info": "Title",
@@ -955,8 +967,8 @@
955
967
  "eo.object.details": "Object details",
956
968
  "eo.document.open.error.title": "Error while opening",
957
969
  "eo.document.open.error.message": "Unable to open file.",
958
- "yuv.viewer.not.authorized": "Not authorized to preview file.",
970
+ "yuv.viewer.not.authorized": "Not authorized for file preview.",
959
971
  "yuv.viewer.not.found": "File not found.",
960
972
  "yuv.viewer.not.supported": "Format not supported.",
961
- "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."
962
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>
@@ -6556,6 +6556,101 @@
6556
6556
  { type: AuthService }
6557
6557
  ]; };
6558
6558
 
6559
+ /**
6560
+ * Collection of Signing Services
6561
+ */
6562
+ var SigningService = /** @class */ (function () {
6563
+ function SigningService(backend, translate) {
6564
+ this.backend = backend;
6565
+ this.translate = translate;
6566
+ }
6567
+ /**
6568
+ * Sign the document of a DMS Object
6569
+ * @param id the id of the dms object
6570
+ * @param signingData the signing informations
6571
+ * @returns Observable<any>
6572
+ */
6573
+ SigningService.prototype.signDocument = function (id, signingData) {
6574
+ var uri = "/request/" + id;
6575
+ return this.backend.post(uri, signingData, '/signing');
6576
+ };
6577
+ SigningService.prototype.getLocalizedSigningForm = function () {
6578
+ return {
6579
+ 'size': 'small',
6580
+ 'readonly': false,
6581
+ 'name': 'yuvsigners',
6582
+ 'qname': 'yuvsigning.yuvsigners',
6583
+ 'hitname': 'yuvsigning.yuvsigners',
6584
+ 'label': 'Signers',
6585
+ 'type': 'TABLE',
6586
+ 'indexname': 'tab_yuvsigning_yuvsigners',
6587
+ 'required': false,
6588
+ 'elements': [
6589
+ {
6590
+ 'readonly': false,
6591
+ 'name': 'yuvsignerorder',
6592
+ 'qname': 'yuvsigning.yuvsigners.yuvsignerorder',
6593
+ 'hitname': 'yuvsigning.yuvsigners.yuvsignerorder',
6594
+ 'label': this.translate.instant('eo.action.signature.yuvsigners.yuvsignerorder'),
6595
+ 'type': 'NUMBER',
6596
+ 'indexname': 'num_yuvsignerorder',
6597
+ 'scale': 0,
6598
+ 'precision': 10,
6599
+ 'grouping': false,
6600
+ 'selectedforenrichment': false,
6601
+ 'required': false,
6602
+ 'sortable': true,
6603
+ 'searchable': true
6604
+ },
6605
+ {
6606
+ 'size': 'small',
6607
+ 'multiline': false,
6608
+ 'readonly': false,
6609
+ 'name': 'yuvsignername',
6610
+ 'qname': 'yuvsigning.yuvsigners.yuvsignername',
6611
+ 'hitname': 'yuvsigning.yuvsigners.yuvsignername',
6612
+ 'label': this.translate.instant('eo.action.signature.yuvsigners.yuvsignername'),
6613
+ 'type': 'STRING',
6614
+ 'indexname': 'str_yuvsignername',
6615
+ 'autocomplete': true,
6616
+ 'selectedforenrichment': false,
6617
+ 'maxlen': 50,
6618
+ 'minlen': 0,
6619
+ 'required': false,
6620
+ 'sortable': true,
6621
+ 'searchable': true
6622
+ },
6623
+ {
6624
+ 'size': 'small',
6625
+ 'multiline': false,
6626
+ 'readonly': false,
6627
+ 'name': 'yuvsigneremail',
6628
+ 'qname': 'yuvsigning.yuvsigners.yuvsigneremail',
6629
+ 'hitname': 'yuvsigning.yuvsigners.yuvsigneremail',
6630
+ 'label': this.translate.instant('eo.action.signature.yuvsigners.yuvsigneremail'),
6631
+ 'type': 'STRING',
6632
+ 'indexname': 'str_yuvsigneremail',
6633
+ 'autocomplete': true,
6634
+ 'selectedforenrichment': false,
6635
+ 'maxlen': 200,
6636
+ 'minlen': 0,
6637
+ 'required': false,
6638
+ 'sortable': true,
6639
+ 'searchable': true
6640
+ }
6641
+ ]
6642
+ };
6643
+ };
6644
+ return SigningService;
6645
+ }());
6646
+ SigningService.decorators = [
6647
+ { type: i0.Injectable }
6648
+ ];
6649
+ SigningService.ctorParameters = function () { return [
6650
+ { type: BackendService },
6651
+ { type: core.TranslateService }
6652
+ ]; };
6653
+
6559
6654
  /**
6560
6655
  * Main module for connecting an app to an yuuvis<sup>&reg;</sup> RAD backend. To use it just import int in your app module:
6561
6656
  *
@@ -6632,6 +6727,7 @@
6632
6727
  SystemService,
6633
6728
  AppCacheService,
6634
6729
  DmsService,
6730
+ SigningService,
6635
6731
  Config,
6636
6732
  PrepareService,
6637
6733
  InboxService,
@@ -6745,6 +6841,7 @@
6745
6841
  exports.SearchResult = SearchResult;
6746
6842
  exports.SearchService = SearchService;
6747
6843
  exports.SearchState = SearchState;
6844
+ exports.SigningService = SigningService;
6748
6845
  exports.SortOption = SortOption;
6749
6846
  exports.StoredQueriesService = StoredQueriesService;
6750
6847
  exports.StoredQuery = StoredQuery;