@eo-sdk/client 9.1.0-rc.1 → 9.2.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 (66) hide show
  1. package/app/eo-client/inbox-state/inbox-state/inbox.types.enum.d.ts +2 -2
  2. package/app/eo-framework/actions/action-menu/action-menu.component.d.ts +4 -2
  3. package/app/eo-framework/actions/action.module.d.ts +2 -1
  4. package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts +2 -1
  5. package/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.d.ts +2 -1
  6. package/app/eo-framework/actions/actions/delete-action/delete/delete.component.d.ts +4 -2
  7. package/app/eo-framework/actions/actions/finalize/finalize-action.d.ts +5 -5
  8. package/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.d.ts +14 -0
  9. package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts +5 -2
  10. package/app/eo-framework/form-elements/organization/organization.component.d.ts +3 -2
  11. package/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.d.ts +0 -1
  12. package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts +8 -4
  13. package/app/eo-framework/util/directive/prevent-double-click.directive.d.ts +1 -0
  14. package/assets/_default/i18n/de.json +11 -6
  15. package/assets/_default/i18n/en.json +11 -5
  16. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +547 -515
  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 -3
  19. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  20. package/bundles/eo-sdk-client.umd.js +326 -214
  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 +60 -60
  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/dashboard/dashboard.component.js +2 -4
  28. package/esm2015/app/eo-client/inbox-state/inbox-state/inbox-state.component.js +9 -7
  29. package/esm2015/app/eo-client/inbox-state/inbox-state/inbox.types.enum.js +3 -3
  30. package/esm2015/app/eo-client/object-state/object-state/object-state.component.js +2 -2
  31. package/esm2015/app/eo-framework/actions/action-menu/action-menu.component.js +14 -5
  32. package/esm2015/app/eo-framework/actions/action.module.js +4 -1
  33. package/esm2015/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.js +7 -3
  34. package/esm2015/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.js +8 -4
  35. package/esm2015/app/eo-framework/actions/actions/delete-action/delete/delete.component.js +11 -4
  36. package/esm2015/app/eo-framework/actions/actions/finalize/finalize-action.js +12 -11
  37. package/esm2015/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.js +39 -0
  38. package/esm2015/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.js +43 -16
  39. package/esm2015/app/eo-framework/app-shell/app-shell.module.js +1 -3
  40. package/esm2015/app/eo-framework/form-elements/organization/organization.component.js +5 -2
  41. package/esm2015/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.js +2 -4
  42. package/esm2015/app/eo-framework/grid/extensions/filter/text/text-filter.component.js +30 -17
  43. package/esm2015/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.js +2 -2
  44. package/esm2015/app/eo-framework/grid/filters/codesystem-filter.component.js +2 -2
  45. package/esm2015/app/eo-framework/grid/filters/dynamic-list-filter.component.js +1 -2
  46. package/esm2015/app/eo-framework/grid/filters/list-filter.component.js +2 -3
  47. package/esm2015/app/eo-framework/grid/filters/organization-filter.component.js +3 -3
  48. package/esm2015/app/eo-framework/result-list/result-list.module.js +2 -2
  49. package/esm2015/app/eo-framework/ui/ui.module.js +6 -3
  50. package/esm2015/app/eo-framework/util/directive/prevent-double-click.directive.js +8 -2
  51. package/esm2015/eo-sdk-client.js +61 -61
  52. package/esm2015/projects/eo-sdk/core/lib/model/inbox-item.model.js +2 -2
  53. package/esm2015/projects/eo-sdk/core/lib/service/backend/backend.service.js +35 -9
  54. package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +10 -11
  55. package/esm2015/projects/eo-sdk/core/lib/service/user/user.service.js +11 -1
  56. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +54 -19
  57. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  58. package/fesm2015/eo-sdk-client.js +257 -150
  59. package/fesm2015/eo-sdk-client.js.map +1 -1
  60. package/package.json +2 -2
  61. package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.metadata.json +1 -1
  62. package/projects/eo-sdk/core/lib/model/inbox-item.model.d.ts +2 -2
  63. package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts +1 -0
  64. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +3 -2
  65. package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +5 -0
  66. package/projects/eo-sdk/core/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  export declare enum InboxTypesFilter {
2
- mytasks = "mytasks",
3
- opentasks = "opentasks",
2
+ acceptedTasks = "acceptedtasks",
3
+ unacceptedTasks = "unacceptedtasks",
4
4
  absent = "isdeputy",
5
5
  overdue = "overdue"
6
6
  }
@@ -1,4 +1,4 @@
1
- import { ComponentFactoryResolver, ViewContainerRef } from '@angular/core';
1
+ import { ComponentFactoryResolver, ViewContainerRef, ElementRef } from '@angular/core';
2
2
  import { ActionService } from '../action-service/action.service';
3
3
  import { ActionComponentAnchorDirective } from './action-component-anchor/action-component-anchor.directive';
4
4
  import { Router } from '@angular/router';
@@ -8,6 +8,7 @@ export declare class ActionMenuComponent extends UnsubscribeOnDestroy {
8
8
  private actionService;
9
9
  private router;
10
10
  viewContainerRef: ViewContainerRef;
11
+ private elemRef;
11
12
  private componentFactoryResolver;
12
13
  eoActionComponentAnchor: ActionComponentAnchorDirective;
13
14
  externalDialog: ActionComponentAnchorDirective;
@@ -24,11 +25,12 @@ export declare class ActionMenuComponent extends UnsubscribeOnDestroy {
24
25
  actionDescription: string;
25
26
  showMenu: boolean;
26
27
  loading: boolean;
27
- constructor(actionService: ActionService, router: Router, viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
28
+ constructor(actionService: ActionService, router: Router, viewContainerRef: ViewContainerRef, elemRef: ElementRef, componentFactoryResolver: ComponentFactoryResolver);
28
29
  private getActions;
29
30
  private getMoreActions;
30
31
  hide(): void;
31
32
  showActionDescription(i: any, event: any): void;
33
+ catchFocus(): void;
32
34
  private showActionMenu;
33
35
  private hideActionMenu;
34
36
  onClick(actionListEntry: ActionListEntry): void;
@@ -36,7 +36,8 @@ import { DefinalizeActionComponent } from './actions/finalize/definalize-action'
36
36
  import { DeleteContentActionComponent } from './actions/delete-content-action/delete-content-action';
37
37
  import { UnlockActionComponent } from './actions/unlock-action/unlock-action';
38
38
  import { SimpleWorkflowActionComponent } from './actions/workflow-action/simple-workflow-action.component';
39
- 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 FinalizeActionComponent | typeof DefinalizeActionComponent | typeof DeleteContentActionComponent | typeof UnlockActionComponent)[];
39
+ import { FinalizeObjectActionComponent } from './actions/finalize/finalize-object-action/finalize-object-action.component';
40
+ 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 DeleteContentActionComponent | typeof UnlockActionComponent)[];
40
41
  /**
41
42
  * @module
42
43
  * @description
@@ -1,4 +1,4 @@
1
- import { OnInit, EventEmitter } from '@angular/core';
1
+ import { OnInit, EventEmitter, ElementRef } from '@angular/core';
2
2
  import { ActionComponent } from '../../../interfaces/action-component.interface';
3
3
  import { FormGroup, FormBuilder } from '@angular/forms';
4
4
  import { TranslateService, DmsObject, UserService, DmsService } from '@eo-sdk/core';
@@ -8,6 +8,7 @@ export declare class AddResubmissionComponent implements OnInit, ActionComponent
8
8
  private userService;
9
9
  private fb;
10
10
  selection: DmsObject[];
11
+ titleField: ElementRef<any>;
11
12
  get hasEmail(): number;
12
13
  finished: EventEmitter<any>;
13
14
  canceled: EventEmitter<any>;
@@ -1,4 +1,4 @@
1
- import { OnInit, EventEmitter } from '@angular/core';
1
+ import { OnInit, EventEmitter, ElementRef } from '@angular/core';
2
2
  import { ActionComponent } from '../../../interfaces/action-component.interface';
3
3
  import { FormGroup, FormBuilder } from '@angular/forms';
4
4
  import { TranslateService, DmsService, UserService, DmsObject } from '@eo-sdk/core';
@@ -12,6 +12,7 @@ export declare class AddSubscriptionComponent implements OnInit, ActionComponent
12
12
  get hasEmail(): number;
13
13
  finished: EventEmitter<any>;
14
14
  canceled: EventEmitter<any>;
15
+ titleField: ElementRef<any>;
15
16
  header: string;
16
17
  addSubscriptionForm: FormGroup;
17
18
  titleFieldLabel: string;
@@ -1,5 +1,5 @@
1
1
  import { LocaleDatePipe } from './../../../../../eo-framework-core/pipes/locale-date.pipe';
2
- import { EventEmitter, OnInit } from '@angular/core';
2
+ import { ElementRef, EventEmitter, OnInit } from '@angular/core';
3
3
  import { ActionComponent } from '../../../interfaces/action-component.interface';
4
4
  import { DmsObject, CapabilitiesService, TranslateService } from '@eo-sdk/core';
5
5
  import { Router } from '@angular/router';
@@ -11,6 +11,7 @@ export declare class DeleteComponent implements OnInit, ActionComponent {
11
11
  private router;
12
12
  private capabilitiesService;
13
13
  private dmsService;
14
+ private elemRef;
14
15
  private eventService;
15
16
  deleting: boolean;
16
17
  folder: string;
@@ -20,11 +21,12 @@ export declare class DeleteComponent implements OnInit, ActionComponent {
20
21
  selection: DmsObject[];
21
22
  finished: EventEmitter<any>;
22
23
  canceled: EventEmitter<any>;
23
- constructor(translate: TranslateService, backend: BackendService, toast: NotificationsService, router: Router, capabilitiesService: CapabilitiesService, dmsService: DmsService, eventService: EventService);
24
+ constructor(translate: TranslateService, backend: BackendService, toast: NotificationsService, router: Router, capabilitiesService: CapabilitiesService, dmsService: DmsService, elemRef: ElementRef, eventService: EventService);
24
25
  private isAllowedState;
25
26
  deleteDmsObject(dmsObject: DmsObject): void;
26
27
  run(): void;
27
28
  cancel(): void;
28
29
  isExpired(dateString: string): boolean;
30
+ ngAfterViewInit(): void;
29
31
  ngOnInit(): void;
30
32
  }
@@ -1,10 +1,10 @@
1
- import { Observable } from 'rxjs';
2
- import { SimpleAction } from '../../interfaces/action.interface';
1
+ import { ComponentAction } from '../../interfaces/action.interface';
3
2
  import { DmsObjectTarget } from '../../action-target';
4
3
  import { SelectionRange } from '../../selection-range.enum';
5
4
  import { TranslateService } from '@eo-sdk/core';
6
5
  import { DmsObject, DmsService } from '@eo-sdk/core';
7
- export declare class FinalizeActionComponent extends DmsObjectTarget implements SimpleAction {
6
+ import { FinalizeObjectActionComponent } from './finalize-object-action/finalize-object-action.component';
7
+ export declare class FinalizeActionComponent extends DmsObjectTarget implements ComponentAction {
8
8
  private translate;
9
9
  private dmsService;
10
10
  label: string;
@@ -13,7 +13,7 @@ export declare class FinalizeActionComponent extends DmsObjectTarget implements
13
13
  iconSrc: string;
14
14
  group: string;
15
15
  range: SelectionRange;
16
+ component: typeof FinalizeObjectActionComponent;
16
17
  constructor(translate: TranslateService, dmsService: DmsService);
17
- isExecutable(item: DmsObject): Observable<boolean>;
18
- run(selection: DmsObject[]): void;
18
+ isExecutable(item: DmsObject): import("rxjs").Observable<boolean>;
19
19
  }
@@ -0,0 +1,14 @@
1
+ import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
+ import { DmsObject, DmsService } from '@eo-sdk/core';
3
+ import { ActionComponent } from '../../../interfaces/action-component.interface';
4
+ export declare class FinalizeObjectActionComponent implements ActionComponent, AfterViewInit {
5
+ private elemRef;
6
+ private dmsService;
7
+ selection: DmsObject[];
8
+ finished: EventEmitter<any>;
9
+ canceled: EventEmitter<any>;
10
+ constructor(elemRef: ElementRef, dmsService: DmsService);
11
+ onClick(): void;
12
+ cancel(): void;
13
+ ngAfterViewInit(): void;
14
+ }
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { ElementRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { ActionComponent } from '../../../interfaces/action-component.interface';
3
3
  import { TranslateService } from '@eo-sdk/core';
4
4
  import { FormControl, FormGroup } from '@angular/forms';
@@ -7,18 +7,21 @@ export declare class ShareObjectComponent implements OnInit, ActionComponent {
7
7
  private translate;
8
8
  private dms;
9
9
  private toast;
10
+ private elemRef;
10
11
  selection: any[];
11
12
  finished: EventEmitter<any>;
12
13
  canceled: EventEmitter<any>;
13
14
  header: string;
15
+ objectId: string;
14
16
  orgaLabel: string;
15
17
  shareForm: FormGroup;
16
18
  orgaField: FormControl;
17
19
  includeChildrenField: FormControl;
18
20
  dataMeta: any;
19
- constructor(translate: TranslateService, dms: DmsService, toast: NotificationsService);
21
+ constructor(translate: TranslateService, dms: DmsService, toast: NotificationsService, elemRef: ElementRef);
20
22
  ngOnInit(): void;
21
23
  shareMessage(): void;
22
24
  save(): void;
25
+ stop(): void;
23
26
  cancel(): void;
24
27
  }
@@ -1,5 +1,5 @@
1
1
  import { Subscription } from 'rxjs';
2
- import { AfterContentChecked, EventEmitter } from '@angular/core';
2
+ import { AfterContentChecked, EventEmitter, AfterViewInit } from '@angular/core';
3
3
  import { ControlValueAccessor, Validator } from '@angular/forms';
4
4
  import { AutoComplete } from 'primeng/primeng';
5
5
  import { BackendService, SystemService, TranslateService } from '@eo-sdk/core';
@@ -9,7 +9,7 @@ export interface OrganizationFilter {
9
9
  roles?: string[];
10
10
  activeonly?: boolean;
11
11
  }
12
- export declare class OrganizationComponent implements ControlValueAccessor, AfterContentChecked, Validator {
12
+ export declare class OrganizationComponent implements ControlValueAccessor, AfterContentChecked, AfterViewInit, Validator {
13
13
  private backend;
14
14
  private translate;
15
15
  private systemService;
@@ -34,6 +34,7 @@ export declare class OrganizationComponent implements ControlValueAccessor, Afte
34
34
  exceptions: string[];
35
35
  filterObject: OrganizationFilter;
36
36
  constructor(backend: BackendService, translate: TranslateService, systemService: SystemService);
37
+ ngAfterViewInit(): void;
37
38
  validate(): any;
38
39
  private buildAutocompleteUri;
39
40
  propagateChange: (_: any) => void;
@@ -7,7 +7,6 @@ export declare class SetFilterComponent extends AbstractFilterComponent {
7
7
  title: string;
8
8
  searchLimit: number;
9
9
  operator: string;
10
- selectedAllFilters: boolean;
11
10
  set options(opts: any[]);
12
11
  get options(): any[];
13
12
  constructor(settingsService: ListSettingsService);
@@ -1,20 +1,24 @@
1
1
  import { RowNode } from '@ag-grid-community/core';
2
2
  import { ListSettingsService } from '../../services/list-settings.service';
3
3
  import { AbstractFilterComponent } from '../abstract-filter.component';
4
- import { LocalStorageService } from '@eo-sdk/core';
4
+ import { LocalStorageService, UserService } from '@eo-sdk/core';
5
5
  export declare class TextFilterComponent extends AbstractFilterComponent {
6
6
  private settingsService;
7
7
  private storageService;
8
+ private userService;
8
9
  title: string;
9
10
  placeholder: string;
11
+ enableSave: boolean;
10
12
  private focused;
11
- autocompleteRes: any[];
13
+ savedFilters: any[];
12
14
  set matchFields(fields: string[]);
13
- constructor(settingsService: ListSettingsService, storageService: LocalStorageService);
15
+ constructor(settingsService: ListSettingsService, storageService: LocalStorageService, userService: UserService);
14
16
  onChange(newValue: any, oldValue?: any): void;
15
17
  doesExternalFilterPass(rowNode: RowNode): boolean;
16
18
  reset(): void;
17
19
  focusout(): void;
20
+ getSavedFilters(): void;
21
+ saveFilter(term: string): void;
22
+ removeFilter(term: string): void;
18
23
  focus(): void;
19
- autocompleteFn(evt: any): void;
20
24
  }
@@ -8,4 +8,5 @@ export declare class PreventDoubleClickDirective implements OnInit, OnDestroy {
8
8
  ngOnInit(): void;
9
9
  ngOnDestroy(): void;
10
10
  clickEvent(event: any): void;
11
+ onkeyDown(event: KeyboardEvent): void;
11
12
  }
@@ -197,6 +197,10 @@
197
197
  "eo.add.empty.root.types": "Es steht kein Objekttyp zur Verfügung.",
198
198
  "eo.sort.by": "Sortieren nach",
199
199
  "eo.filter.by": "Filtern nach",
200
+ "eo.filter.save.title" : "Gespeicherte Filterterme",
201
+ "eo.filter.input.placeholder": "Filterterm eingeben",
202
+ "eo.filter.save": "Filterterme speichern",
203
+ "eo.filter.delete": "Filterterme löschen",
200
204
  "eo.state.process": "Meine Prozesse",
201
205
  "eo.help.about.claim": "yuuvis® RAD ist eine Plattform für Rapid Application Development zur Entwicklung von Content-Management- und Service-Lösungen. Die sichere, skalierbare und flexible Low-Code-Umgebung ermöglicht es, eine Lösung zu entwickeln, die den Geschäftsanforderungen entspricht – schnell und effizient.",
202
206
  "eo.help.about.component.label": "Komponente:",
@@ -359,10 +363,10 @@
359
363
  "eo.inbox.SUBSCRIPTION": "Abonnement",
360
364
  "eo.inbox.BPM": "Prozess",
361
365
  "eo.inbox.RESUBMISSION": "Wiedervorlage",
362
- "eo.inbox.filter.title": "Eingänge filtern",
366
+ "eo.inbox.filter.title": "Eingangskorb filtern",
363
367
  "eo.inbox.filter.section.type": "Typ",
364
- "eo.inbox.filter.mytasks": "Meine Aufgaben",
365
- "eo.inbox.filter.opentasks": "Offene Aufgaben",
368
+ "eo.inbox.filter.acceptedTasks": "Akzeptiert",
369
+ "eo.inbox.filter.unacceptedTasks": "Noch nicht akzeptiert",
366
370
  "eo.inbox.filter.unread": "Ungelesene",
367
371
  "eo.inbox.filter.absent": "Stellvertretung",
368
372
  "eo.inbox.filter.overdue": "Überfällig",
@@ -670,7 +674,6 @@
670
674
  "eo.search.result.expired": "Die Suchanfrage ergab keine Treffer.",
671
675
  "eo.search.result.error": "Ihre Suchanfrage konnte aufgrund eines technischen Fehlers nicht ausgeführt werden.",
672
676
  "eo.search.result.hits": "Treffer",
673
- "eo.resultlist.grid.filterOoo": "Metadaten filtern...",
674
677
  "eo.status.404.title": "Nicht gefunden",
675
678
  "eo.actions.sticky.title": "Aktionen",
676
679
  "eo.actions.sticky.title.sub.for": "für",
@@ -813,9 +816,11 @@
813
816
  "eo.manage.rights.folder.title": "Ordner mit anderen Benutzern teilen",
814
817
  "eo.manage.rights.document.title": "Dokument mit anderen Benutzern teilen",
815
818
  "eo.manage.rights.element.label": "Benutzer/Gruppen",
816
- "eo.manage.rights.folder.include.documents.label": "Dokumente einbeziehen",
819
+ "eo.manage.rights.folder.label":"Nur den Ordner teilen mit:",
820
+ "eo.manage.rights.folder.include.children.label":"Ordner und Dokumente teilen mit:",
817
821
  "eo.manage.rights.cancel": "Abbrechen",
818
- "eo.manage.rights.apply": "Übernehmen",
822
+ "eo.manage.rights.apply": "Teilen",
823
+ "eo.manage.rights.stop": "Beenden",
819
824
  "eo.manage.rights.message": "Das Objekt {{title}} wurde an {{shared}} geteilt.",
820
825
  "eo.manage.rights.message.notshared": "Das Objekt wird nicht länger von Ihnen geteilt.",
821
826
  "eo.resubmission.field.info": "Titel",
@@ -199,6 +199,10 @@
199
199
  "eo.add.empty.root.types": "There are no object types available.",
200
200
  "eo.sort.by": "Sort by",
201
201
  "eo.filter.by": "Filter by",
202
+ "eo.filter.save.title" : "Saved filter terms",
203
+ "eo.filter.input.placeholder": "Enter filter term",
204
+ "eo.filter.save": "Save filter term",
205
+ "eo.filter.delete": "Delete filter term",
202
206
  "eo.state.process": "My processes",
203
207
  "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.",
204
208
  "eo.help.about.component.label": "Component:",
@@ -361,9 +365,10 @@
361
365
  "eo.inbox.SUBSCRIPTION": "Subscription",
362
366
  "eo.inbox.BPM": "Process",
363
367
  "eo.inbox.RESUBMISSION": "Follow-up",
364
- "eo.inbox.filter.title": "Filter incoming messages",
368
+ "eo.inbox.filter.title": "Filter inbox",
365
369
  "eo.inbox.filter.section.type": "Type",
366
- "eo.inbox.filter.mytasks": "My tasks",
370
+ "eo.inbox.filter.acceptedTasks": "Accepted",
371
+ "eo.inbox.filter.unacceptedTasks": "Not yet accepted",
367
372
  "eo.inbox.filter.opentasks": "Unfinished tasks",
368
373
  "eo.inbox.filter.unread": "Unread",
369
374
  "eo.inbox.filter.absent": "Substitution",
@@ -671,7 +676,6 @@
671
676
  "eo.search.result.expired": "The search request returned no hits.",
672
677
  "eo.search.result.error": "Unable to execute your search request due to a technical error.",
673
678
  "eo.search.result.hits": "hits",
674
- "eo.resultlist.grid.filterOoo": "Filtering metadata...",
675
679
  "eo.status.404.title": "Not found",
676
680
  "eo.actions.sticky.title": "Actions",
677
681
  "eo.actions.sticky.title.sub.for": "for",
@@ -815,9 +819,11 @@
815
819
  "eo.manage.rights.folder.title": "Share folder with other users",
816
820
  "eo.manage.rights.document.title": "Share document with other users",
817
821
  "eo.manage.rights.element.label": "Users/groups",
818
- "eo.manage.rights.folder.include.documents.label": "Include documents",
822
+ "eo.manage.rights.folder.label":"Share only the folder with:",
823
+ "eo.manage.rights.folder.include.children.label":"Share folder and documents with:",
819
824
  "eo.manage.rights.cancel": "Cancel",
820
- "eo.manage.rights.apply": "Apply",
825
+ "eo.manage.rights.apply": "Share",
826
+ "eo.manage.rights.stop": "Stop",
821
827
  "eo.manage.rights.message": "Object {{title}} was shared with {{shared}}.",
822
828
  "eo.manage.rights.message.notshared": "The object will no longer be shared by you.",
823
829
  "eo.resubmission.field.info": "Title",