@eo-sdk/client 9.1.0-rc.1 → 9.2.0-rc.2

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 (75) 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 +6 -2
  3. package/app/eo-framework/actions/action.module.d.ts +3 -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/delete-content-action/delete-content/delete-content.component.d.ts +22 -0
  8. package/app/eo-framework/actions/actions/delete-content-action/delete-content-action.d.ts +6 -7
  9. package/app/eo-framework/actions/actions/finalize/finalize-action.d.ts +5 -5
  10. package/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.d.ts +14 -0
  11. package/app/eo-framework/actions/actions/open-context-action/open-context-action.d.ts +1 -0
  12. package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts +5 -2
  13. package/app/eo-framework/form-elements/organization/organization.component.d.ts +3 -2
  14. package/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.d.ts +0 -1
  15. package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts +8 -4
  16. package/app/eo-framework/util/directive/prevent-double-click.directive.d.ts +1 -0
  17. package/assets/_default/i18n/de.json +12 -6
  18. package/assets/_default/i18n/en.json +12 -5
  19. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +547 -515
  20. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  21. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -3
  22. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  23. package/bundles/eo-sdk-client.umd.js +432 -242
  24. package/bundles/eo-sdk-client.umd.js.map +1 -1
  25. package/bundles/eo-sdk-client.umd.min.js +1 -1
  26. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  27. package/eo-sdk-client.d.ts +66 -65
  28. package/eo-sdk-client.metadata.json +1 -1
  29. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  30. package/esm2015/app/eo-client/dashboard/dashboard.component.js +2 -4
  31. package/esm2015/app/eo-client/inbox-state/inbox-state/inbox-state.component.js +9 -7
  32. package/esm2015/app/eo-client/inbox-state/inbox-state/inbox.types.enum.js +3 -3
  33. package/esm2015/app/eo-client/object-state/object-state/object-state.component.js +2 -2
  34. package/esm2015/app/eo-framework/actions/action-menu/action-menu.component.js +40 -7
  35. package/esm2015/app/eo-framework/actions/action.module.js +7 -1
  36. package/esm2015/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.js +7 -3
  37. package/esm2015/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.js +8 -4
  38. package/esm2015/app/eo-framework/actions/actions/delete-action/delete/delete.component.js +11 -4
  39. package/esm2015/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.js +60 -0
  40. package/esm2015/app/eo-framework/actions/actions/delete-content-action/delete-content-action.js +5 -17
  41. package/esm2015/app/eo-framework/actions/actions/finalize/finalize-action.js +12 -11
  42. package/esm2015/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.js +39 -0
  43. package/esm2015/app/eo-framework/actions/actions/open-context-action/open-context-action.js +6 -2
  44. package/esm2015/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.js +44 -17
  45. package/esm2015/app/eo-framework/app-shell/app-shell.module.js +1 -3
  46. package/esm2015/app/eo-framework/form-elements/organization/organization.component.js +5 -2
  47. package/esm2015/app/eo-framework/form-elements/string/string.component.js +2 -2
  48. package/esm2015/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.js +2 -4
  49. package/esm2015/app/eo-framework/grid/extensions/filter/text/text-filter.component.js +30 -17
  50. package/esm2015/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.js +2 -2
  51. package/esm2015/app/eo-framework/grid/filters/codesystem-filter.component.js +2 -2
  52. package/esm2015/app/eo-framework/grid/filters/dynamic-list-filter.component.js +1 -2
  53. package/esm2015/app/eo-framework/grid/filters/list-filter.component.js +2 -3
  54. package/esm2015/app/eo-framework/grid/filters/organization-filter.component.js +3 -3
  55. package/esm2015/app/eo-framework/media/media.component.js +2 -2
  56. package/esm2015/app/eo-framework/result-list/result-list.module.js +2 -2
  57. package/esm2015/app/eo-framework/tree/tree.component.js +2 -2
  58. package/esm2015/app/eo-framework/ui/ui.module.js +6 -3
  59. package/esm2015/app/eo-framework/util/directive/prevent-double-click.directive.js +8 -2
  60. package/esm2015/eo-sdk-client.js +67 -66
  61. package/esm2015/projects/eo-sdk/core/lib/model/inbox-item.model.js +2 -2
  62. package/esm2015/projects/eo-sdk/core/lib/service/backend/backend.service.js +35 -9
  63. package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +10 -11
  64. package/esm2015/projects/eo-sdk/core/lib/service/user/user.service.js +11 -1
  65. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +54 -19
  66. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  67. package/fesm2015/eo-sdk-client.js +353 -172
  68. package/fesm2015/eo-sdk-client.js.map +1 -1
  69. package/package.json +2 -2
  70. package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.metadata.json +1 -1
  71. package/projects/eo-sdk/core/lib/model/inbox-item.model.d.ts +2 -2
  72. package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts +1 -0
  73. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +3 -2
  74. package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +5 -0
  75. 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,14 @@ 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
+ activeActionIndex: number;
29
+ constructor(actionService: ActionService, router: Router, viewContainerRef: ViewContainerRef, elemRef: ElementRef, componentFactoryResolver: ComponentFactoryResolver);
28
30
  private getActions;
29
31
  private getMoreActions;
30
32
  hide(): void;
31
33
  showActionDescription(i: any, event: any): void;
34
+ catchFocus(): void;
35
+ isArrowUpOrDownPressed(event: KeyboardEvent): void;
32
36
  private showActionMenu;
33
37
  private hideActionMenu;
34
38
  onClick(actionListEntry: ActionListEntry): void;
@@ -36,7 +36,9 @@ 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
+ 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)[];
40
42
  /**
41
43
  * @module
42
44
  * @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
  }
@@ -0,0 +1,22 @@
1
+ import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
+ import { ActionComponent } from '../../../interfaces/action-component.interface';
3
+ import { DmsObject, CapabilitiesService, TranslateService } from '@eo-sdk/core';
4
+ import { Router } from '@angular/router';
5
+ import { BackendService, NotificationsService, DmsService } from '@eo-sdk/core';
6
+ export declare class DeleteContentComponent implements ActionComponent, AfterViewInit {
7
+ private translate;
8
+ private backend;
9
+ private toast;
10
+ private router;
11
+ private capabilitiesService;
12
+ private dmsService;
13
+ private elemRef;
14
+ deleting: boolean;
15
+ selection: DmsObject[];
16
+ finished: EventEmitter<any>;
17
+ canceled: EventEmitter<any>;
18
+ constructor(translate: TranslateService, backend: BackendService, toast: NotificationsService, router: Router, capabilitiesService: CapabilitiesService, dmsService: DmsService, elemRef: ElementRef);
19
+ run(): void;
20
+ cancel(): void;
21
+ ngAfterViewInit(): void;
22
+ }
@@ -1,23 +1,22 @@
1
1
  import { Observable } from 'rxjs';
2
- import { SimpleAction } from '../../interfaces/action.interface';
2
+ import { ComponentAction } from '../../interfaces/action.interface';
3
3
  import { DmsObjectTarget } from '../../action-target';
4
4
  import { SelectionRange } from '../../selection-range.enum';
5
5
  import { Router } from '@angular/router';
6
6
  import { TranslateService } from '@eo-sdk/core';
7
- import { DmsObject, DmsService, NotificationsService } from '@eo-sdk/core';
8
- export declare class DeleteContentActionComponent extends DmsObjectTarget implements SimpleAction {
7
+ import { DmsObject } from '@eo-sdk/core';
8
+ import { DeleteContentComponent } from './delete-content/delete-content.component';
9
+ export declare class DeleteContentActionComponent extends DmsObjectTarget implements ComponentAction {
9
10
  private router;
10
11
  private translate;
11
- private dms;
12
- private notificationService;
13
12
  label: string;
14
13
  description: string;
15
14
  priority: number;
16
15
  iconSrc: string;
17
16
  group: string;
18
17
  range: SelectionRange;
19
- constructor(router: Router, translate: TranslateService, dms: DmsService, notificationService: NotificationsService);
18
+ component: typeof DeleteContentComponent;
19
+ constructor(router: Router, translate: TranslateService);
20
20
  isExecutable(item: DmsObject): Observable<boolean>;
21
- run(selection: DmsObject[]): void;
22
21
  isAllowedState(): boolean;
23
22
  }
@@ -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
+ }
@@ -22,4 +22,5 @@ export declare class OpenContextActionComponent extends DmsObjectTarget implemen
22
22
  getLink(selection: DmsObject[]): string;
23
23
  isFolder(item: DmsObject): boolean;
24
24
  isNotInObjectState(): boolean;
25
+ isNotAlreadyOpened(id: string): boolean;
25
26
  }
@@ -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:",
@@ -264,6 +268,7 @@
264
268
  "eo.action.delete.content.description": "Entfernt die Dokumentdatei des Objekts.",
265
269
  "eo.action.delete.content.success": "Dokumentdatei wurde erfolgreich entfernt.",
266
270
  "eo.action.delete.content.error": "Dokumentdatei konnte nicht entfernt werden.",
271
+ "eo.action.delete.content.confirm.message": "Sind Sie sicher, dass '{{item}}' entfernt werden soll?",
267
272
  "eo.action.unlock.label": "Sperre aufheben",
268
273
  "eo.action.unlock.description": "Hebt die Sperre zum Schutz vor Änderung durch andere Benutzer auf.",
269
274
  "eo.error.connection.interrupted.text": "Bitte kontaktieren Sie Ihren Administrator.",
@@ -359,10 +364,10 @@
359
364
  "eo.inbox.SUBSCRIPTION": "Abonnement",
360
365
  "eo.inbox.BPM": "Prozess",
361
366
  "eo.inbox.RESUBMISSION": "Wiedervorlage",
362
- "eo.inbox.filter.title": "Eingänge filtern",
367
+ "eo.inbox.filter.title": "Eingangskorb filtern",
363
368
  "eo.inbox.filter.section.type": "Typ",
364
- "eo.inbox.filter.mytasks": "Meine Aufgaben",
365
- "eo.inbox.filter.opentasks": "Offene Aufgaben",
369
+ "eo.inbox.filter.acceptedTasks": "Akzeptiert",
370
+ "eo.inbox.filter.unacceptedTasks": "Noch nicht akzeptiert",
366
371
  "eo.inbox.filter.unread": "Ungelesene",
367
372
  "eo.inbox.filter.absent": "Stellvertretung",
368
373
  "eo.inbox.filter.overdue": "Überfällig",
@@ -670,7 +675,6 @@
670
675
  "eo.search.result.expired": "Die Suchanfrage ergab keine Treffer.",
671
676
  "eo.search.result.error": "Ihre Suchanfrage konnte aufgrund eines technischen Fehlers nicht ausgeführt werden.",
672
677
  "eo.search.result.hits": "Treffer",
673
- "eo.resultlist.grid.filterOoo": "Metadaten filtern...",
674
678
  "eo.status.404.title": "Nicht gefunden",
675
679
  "eo.actions.sticky.title": "Aktionen",
676
680
  "eo.actions.sticky.title.sub.for": "für",
@@ -813,9 +817,11 @@
813
817
  "eo.manage.rights.folder.title": "Ordner mit anderen Benutzern teilen",
814
818
  "eo.manage.rights.document.title": "Dokument mit anderen Benutzern teilen",
815
819
  "eo.manage.rights.element.label": "Benutzer/Gruppen",
816
- "eo.manage.rights.folder.include.documents.label": "Dokumente einbeziehen",
820
+ "eo.manage.rights.folder.label":"Nur den Ordner teilen mit:",
821
+ "eo.manage.rights.folder.include.children.label":"Ordner und Dokumente teilen mit:",
817
822
  "eo.manage.rights.cancel": "Abbrechen",
818
- "eo.manage.rights.apply": "Übernehmen",
823
+ "eo.manage.rights.apply": "Teilen",
824
+ "eo.manage.rights.stop": "Beenden",
819
825
  "eo.manage.rights.message": "Das Objekt {{title}} wurde an {{shared}} geteilt.",
820
826
  "eo.manage.rights.message.notshared": "Das Objekt wird nicht länger von Ihnen geteilt.",
821
827
  "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:",
@@ -266,6 +270,7 @@
266
270
  "eo.action.delete.content.description": "Removes the document file of the object.",
267
271
  "eo.action.delete.content.success": "The document file was removed successfully.",
268
272
  "eo.action.delete.content.error": "Unable to remove document file.",
273
+ "eo.action.delete.content.confirm.message": "Are you sure you want to remove '{{item}}'?",
269
274
  "eo.action.unlock.label": "Release lock",
270
275
  "eo.action.unlock.description": "Releases the lock preventing changes by other users.",
271
276
  "eo.error.connection.interrupted.text": "Please contact your administrator.",
@@ -361,9 +366,10 @@
361
366
  "eo.inbox.SUBSCRIPTION": "Subscription",
362
367
  "eo.inbox.BPM": "Process",
363
368
  "eo.inbox.RESUBMISSION": "Follow-up",
364
- "eo.inbox.filter.title": "Filter incoming messages",
369
+ "eo.inbox.filter.title": "Filter inbox",
365
370
  "eo.inbox.filter.section.type": "Type",
366
- "eo.inbox.filter.mytasks": "My tasks",
371
+ "eo.inbox.filter.acceptedTasks": "Accepted",
372
+ "eo.inbox.filter.unacceptedTasks": "Not yet accepted",
367
373
  "eo.inbox.filter.opentasks": "Unfinished tasks",
368
374
  "eo.inbox.filter.unread": "Unread",
369
375
  "eo.inbox.filter.absent": "Substitution",
@@ -671,7 +677,6 @@
671
677
  "eo.search.result.expired": "The search request returned no hits.",
672
678
  "eo.search.result.error": "Unable to execute your search request due to a technical error.",
673
679
  "eo.search.result.hits": "hits",
674
- "eo.resultlist.grid.filterOoo": "Filtering metadata...",
675
680
  "eo.status.404.title": "Not found",
676
681
  "eo.actions.sticky.title": "Actions",
677
682
  "eo.actions.sticky.title.sub.for": "for",
@@ -815,9 +820,11 @@
815
820
  "eo.manage.rights.folder.title": "Share folder with other users",
816
821
  "eo.manage.rights.document.title": "Share document with other users",
817
822
  "eo.manage.rights.element.label": "Users/groups",
818
- "eo.manage.rights.folder.include.documents.label": "Include documents",
823
+ "eo.manage.rights.folder.label":"Share only the folder with:",
824
+ "eo.manage.rights.folder.include.children.label":"Share folder and documents with:",
819
825
  "eo.manage.rights.cancel": "Cancel",
820
- "eo.manage.rights.apply": "Apply",
826
+ "eo.manage.rights.apply": "Share",
827
+ "eo.manage.rights.stop": "Stop",
821
828
  "eo.manage.rights.message": "Object {{title}} was shared with {{shared}}.",
822
829
  "eo.manage.rights.message.notshared": "The object will no longer be shared by you.",
823
830
  "eo.resubmission.field.info": "Title",