@netgrif/components-core 6.3.2-rc.1 → 6.3.3

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 (29) hide show
  1. package/esm2020/assets/i18n/de.json +2 -1
  2. package/esm2020/assets/i18n/en.json +2 -1
  3. package/esm2020/assets/i18n/sk.json +2 -1
  4. package/esm2020/lib/authentication/services/authentication/authentication.service.mjs +1 -1
  5. package/esm2020/lib/authentication/session/services/session-idle-timer.service.mjs +5 -3
  6. package/esm2020/lib/data-fields/date-field/abstract-date-field.component.mjs +14 -5
  7. package/esm2020/lib/data-fields/date-time-field/abstract-date-time-field.component.mjs +14 -5
  8. package/esm2020/lib/data-fields/time-instance-abstract-field/abstract-time-instance-field.component.mjs +29 -4
  9. package/esm2020/lib/data-fields/time-instance-abstract-field/models/abstract-time-instance-field.mjs +5 -5
  10. package/esm2020/lib/data-fields/user-field/abstract-user-field.component.mjs +4 -1
  11. package/esm2020/lib/data-fields/user-list-field/abstract-user-list-field.component.mjs +4 -1
  12. package/esm2020/lib/task/services/task-data.service.mjs +20 -20
  13. package/esm2020/lib/utility/tests/mocks/mock-authentication.service.mjs +14 -3
  14. package/fesm2015/netgrif-components-core.mjs +153 -99
  15. package/fesm2015/netgrif-components-core.mjs.map +1 -1
  16. package/fesm2020/netgrif-components-core.mjs +153 -99
  17. package/fesm2020/netgrif-components-core.mjs.map +1 -1
  18. package/lib/authentication/services/authentication/authentication.service.d.ts +7 -7
  19. package/lib/data-fields/date-field/abstract-date-field.component.d.ts +7 -2
  20. package/lib/data-fields/date-time-field/abstract-date-time-field.component.d.ts +7 -2
  21. package/lib/data-fields/time-instance-abstract-field/abstract-time-instance-field.component.d.ts +13 -3
  22. package/lib/data-fields/user-field/abstract-user-field.component.d.ts +1 -0
  23. package/lib/data-fields/user-list-field/abstract-user-list-field.component.d.ts +1 -0
  24. package/lib/task/services/task-data.service.d.ts +6 -6
  25. package/lib/utility/tests/mocks/mock-authentication.service.d.ts +9 -0
  26. package/package.json +1 -1
  27. package/src/assets/i18n/de.json +2 -1
  28. package/src/assets/i18n/en.json +2 -1
  29. package/src/assets/i18n/sk.json +2 -1
@@ -39,7 +39,8 @@ import { MatPaginatorModule } from '@angular/material/paginator';
39
39
  import { MatProgressBarModule } from '@angular/material/progress-bar';
40
40
  import { MatProgressSpinnerModule, MatSpinner } from '@angular/material/progress-spinner';
41
41
  import { MatRadioModule } from '@angular/material/radio';
42
- import { MatRippleModule, MatOptionModule, DateAdapter } from '@angular/material/core';
42
+ import * as i2$3 from '@angular/material/core';
43
+ import { MatRippleModule, MatOptionModule, DateAdapter, MAT_DATE_LOCALE } from '@angular/material/core';
43
44
  import { MatSliderModule } from '@angular/material/slider';
44
45
  import { MatSidenavModule } from '@angular/material/sidenav';
45
46
  import { MatSelectModule } from '@angular/material/select';
@@ -63,6 +64,7 @@ import { of, BehaviorSubject, interval, ReplaySubject, throwError, Subject, Obse
63
64
  import * as i1 from '@angular/common/http';
64
65
  import { HttpHeaders, HttpErrorResponse, HttpParams, HttpEventType, HTTP_INTERCEPTORS, HttpClient, HttpClientModule, HttpResponse } from '@angular/common/http';
65
66
  import { AngularResizeEventModule } from 'angular-resize-event';
67
+ import * as i2$4 from '@angular-material-components/datetime-picker';
66
68
  import { NgxMatDatetimePickerModule } from '@angular-material-components/datetime-picker';
67
69
  import { NgxMatMomentModule } from '@angular-material-components/moment-adapter';
68
70
  import * as i1$2 from '@ngx-translate/core';
@@ -74,7 +76,7 @@ import * as i2$1 from '@angular/platform-browser';
74
76
  import moment from 'moment';
75
77
  import * as Buffer from 'buffer';
76
78
  import { ENTER, COMMA } from '@angular/cdk/keycodes';
77
- import * as i2$3 from '@angular/router';
79
+ import * as i2$5 from '@angular/router';
78
80
  import { NavigationEnd, Router, ActivatedRoute } from '@angular/router';
79
81
  import * as i1$6 from '@angular/cdk/overlay';
80
82
  import { OverlayModule } from '@angular/cdk/overlay';
@@ -1023,7 +1025,8 @@ var dataField$2 = {
1023
1025
  },
1024
1026
  user: {
1025
1027
  selectUser: "Select user",
1026
- save: "Assign"
1028
+ save: "Assign",
1029
+ deleteAll: "Empty user list"
1027
1030
  },
1028
1031
  textarea: {
1029
1032
  insertText: "Insert text here..."
@@ -1540,7 +1543,8 @@ var dataField$1 = {
1540
1543
  },
1541
1544
  user: {
1542
1545
  selectUser: "Vyberte používateľa",
1543
- save: "Priradiť"
1546
+ save: "Priradiť",
1547
+ deleteAll: "Vymazať zoznam používateľov"
1544
1548
  },
1545
1549
  textarea: {
1546
1550
  insertText: "Sem zadajte text..."
@@ -2057,7 +2061,8 @@ var dataField = {
2057
2061
  },
2058
2062
  user: {
2059
2063
  selectUser: "Benutzer auswählen",
2060
- save: "Zuweisen"
2064
+ save: "Zuweisen",
2065
+ deleteAll: "Leere Benutzerliste"
2061
2066
  },
2062
2067
  textarea: {
2063
2068
  insertText: "Hier Text eingeben..."
@@ -2474,8 +2479,10 @@ class SessionIdleTimerService {
2474
2479
  this.startTimer();
2475
2480
  }
2476
2481
  ngOnDestroy() {
2477
- this.timerSubscription.unsubscribe();
2478
- this._remainSeconds.unsubscribe();
2482
+ if (this._enableService) {
2483
+ this.timerSubscription.unsubscribe();
2484
+ this._remainSeconds.unsubscribe();
2485
+ }
2479
2486
  }
2480
2487
  }
2481
2488
  SessionIdleTimerService.DEFAULT_SESSION_TIMEOUTTIME = 900;
@@ -4955,19 +4962,38 @@ class AbstractTimeInstanceField extends DataField {
4955
4962
  return (fc) => fc.value < first || fc.value > second ? { validBetween: true } : null;
4956
4963
  }
4957
4964
  validWorkday(fc) {
4958
- const dayOfWeek = !!fc.value ? fc.value.weekday() : null;
4959
- return dayOfWeek === 6 || dayOfWeek === 0 ? { validWorkday: true } : null;
4965
+ const dayOfWeek = !!fc.value ? fc.value.isoWeekday() : null;
4966
+ return dayOfWeek === 6 || dayOfWeek === 7 ? { validWorkday: true } : null;
4960
4967
  }
4961
4968
  validWeekend(fc) {
4962
- const dayOfWeek = !!fc.value ? fc.value.weekday() : null;
4963
- return dayOfWeek >= 1 && dayOfWeek <= 5 && dayOfWeek !== 0 ? { validWeekend: true } : null;
4969
+ const dayOfWeek = !!fc.value ? fc.value.isoWeekday() : null;
4970
+ return dayOfWeek >= 1 && dayOfWeek <= 5 ? { validWeekend: true } : null;
4964
4971
  }
4965
4972
  }
4966
4973
 
4967
4974
  class AbstractTimeInstanceFieldComponent extends AbstractDataFieldComponent {
4968
- constructor(_translate, informAboutInvalidData) {
4975
+ constructor(_translate, _adapter, _locale, _languageService, informAboutInvalidData) {
4969
4976
  super(informAboutInvalidData);
4970
4977
  this._translate = _translate;
4978
+ this._adapter = _adapter;
4979
+ this._locale = _locale;
4980
+ this._languageService = _languageService;
4981
+ if (this._locale !== this._languageService.getLanguage()) {
4982
+ this.setLangToAdapter(this._languageService.getLanguage());
4983
+ }
4984
+ this._subLang = this._languageService.getLangChange$().subscribe(lang => {
4985
+ if (this._locale !== lang) {
4986
+ this.setLangToAdapter(lang);
4987
+ }
4988
+ });
4989
+ }
4990
+ ngOnDestroy() {
4991
+ super.ngOnDestroy();
4992
+ this._subLang.unsubscribe();
4993
+ }
4994
+ setLangToAdapter(lang) {
4995
+ this._locale = lang;
4996
+ this._adapter.setLocale(this._locale);
4971
4997
  }
4972
4998
  buildErrorMessage(dataField) {
4973
4999
  if (this.formControl.hasError(AbstractTimeInstanceFieldValidation.REQUIRED)) {
@@ -5004,7 +5030,7 @@ class AbstractTimeInstanceFieldComponent extends AbstractDataFieldComponent {
5004
5030
  return generalMessage;
5005
5031
  }
5006
5032
  }
5007
- AbstractTimeInstanceFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTimeInstanceFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
5033
+ AbstractTimeInstanceFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTimeInstanceFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: i2$3.DateAdapter }, { token: MAT_DATE_LOCALE }, { token: LanguageService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
5008
5034
  AbstractTimeInstanceFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTimeInstanceFieldComponent, selector: "ncc-abstract-time-instance-field", usesInheritance: true, ngImport: i0, template: '', isInline: true });
5009
5035
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTimeInstanceFieldComponent, decorators: [{
5010
5036
  type: Component,
@@ -5013,7 +5039,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5013
5039
  template: ''
5014
5040
  }]
5015
5041
  }], ctorParameters: function () {
5016
- return [{ type: i1$2.TranslateService }, { type: undefined, decorators: [{
5042
+ return [{ type: i1$2.TranslateService }, { type: i2$3.DateAdapter }, { type: undefined, decorators: [{
5043
+ type: Inject,
5044
+ args: [MAT_DATE_LOCALE]
5045
+ }] }, { type: LanguageService }, { type: undefined, decorators: [{
5017
5046
  type: Optional
5018
5047
  }, {
5019
5048
  type: Inject,
@@ -5022,15 +5051,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5022
5051
  } });
5023
5052
 
5024
5053
  class AbstractDateFieldComponent extends AbstractTimeInstanceFieldComponent {
5025
- constructor(_translate, informAboutInvalidData) {
5026
- super(_translate, informAboutInvalidData);
5054
+ constructor(_translate, _adapter, _locale, _languageService, informAboutInvalidData) {
5055
+ super(_translate, _adapter, _locale, _languageService, informAboutInvalidData);
5027
5056
  this._translate = _translate;
5057
+ this._adapter = _adapter;
5058
+ this._locale = _locale;
5059
+ this._languageService = _languageService;
5028
5060
  }
5029
5061
  getErrorMessage() {
5030
5062
  return this.buildErrorMessage(this.dataField);
5031
5063
  }
5032
5064
  }
5033
- AbstractDateFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
5065
+ AbstractDateFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: i2$3.DateAdapter }, { token: MAT_DATE_LOCALE }, { token: LanguageService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
5034
5066
  AbstractDateFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDateFieldComponent, selector: "ncc-abstract-date-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
5035
5067
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateFieldComponent, decorators: [{
5036
5068
  type: Component,
@@ -5039,7 +5071,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5039
5071
  template: ''
5040
5072
  }]
5041
5073
  }], ctorParameters: function () {
5042
- return [{ type: i1$2.TranslateService }, { type: undefined, decorators: [{
5074
+ return [{ type: i1$2.TranslateService }, { type: i2$3.DateAdapter }, { type: undefined, decorators: [{
5075
+ type: Inject,
5076
+ args: [MAT_DATE_LOCALE]
5077
+ }] }, { type: LanguageService }, { type: undefined, decorators: [{
5043
5078
  type: Optional
5044
5079
  }, {
5045
5080
  type: Inject,
@@ -5050,15 +5085,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5050
5085
  }] } });
5051
5086
 
5052
5087
  class AbstractDateTimeFieldComponent extends AbstractTimeInstanceFieldComponent {
5053
- constructor(_translate, informAboutInvalidData) {
5054
- super(_translate, informAboutInvalidData);
5088
+ constructor(_translate, _adapter, _locale, _languageService, informAboutInvalidData) {
5089
+ super(_translate, _adapter, _locale, _languageService, informAboutInvalidData);
5055
5090
  this._translate = _translate;
5091
+ this._adapter = _adapter;
5092
+ this._locale = _locale;
5093
+ this._languageService = _languageService;
5056
5094
  }
5057
5095
  getErrorMessage() {
5058
5096
  return this.buildErrorMessage(this.dataField);
5059
5097
  }
5060
5098
  }
5061
- AbstractDateTimeFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateTimeFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
5099
+ AbstractDateTimeFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateTimeFieldComponent, deps: [{ token: i1$2.TranslateService }, { token: i2$4.NgxMatDateAdapter }, { token: MAT_DATE_LOCALE }, { token: LanguageService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
5062
5100
  AbstractDateTimeFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDateTimeFieldComponent, selector: "ncc-abstract-date-time-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
5063
5101
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDateTimeFieldComponent, decorators: [{
5064
5102
  type: Component,
@@ -5067,7 +5105,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
5067
5105
  template: ''
5068
5106
  }]
5069
5107
  }], ctorParameters: function () {
5070
- return [{ type: i1$2.TranslateService }, { type: undefined, decorators: [{
5108
+ return [{ type: i1$2.TranslateService }, { type: i2$4.NgxMatDateAdapter }, { type: undefined, decorators: [{
5109
+ type: Inject,
5110
+ args: [MAT_DATE_LOCALE]
5111
+ }] }, { type: LanguageService }, { type: undefined, decorators: [{
5071
5112
  type: Optional
5072
5113
  }, {
5073
5114
  type: Inject,
@@ -8483,6 +8524,9 @@ class AbstractUserFieldComponent extends AbstractDataFieldComponent {
8483
8524
  }
8484
8525
  });
8485
8526
  }
8527
+ deleteUser() {
8528
+ this.dataField.value = undefined;
8529
+ }
8486
8530
  }
8487
8531
  AbstractUserFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserFieldComponent, deps: [{ token: SideMenuService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
8488
8532
  AbstractUserFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserFieldComponent, selector: "ncc-abstract-user-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
@@ -14322,6 +14366,9 @@ class AbstractUserListFieldComponent extends AbstractDataFieldComponent {
14322
14366
  existingUsers.removeUserValue(userId);
14323
14367
  this.dataField.value = existingUsers;
14324
14368
  }
14369
+ removeAll() {
14370
+ this.dataField.value = new UserListValue(new Map());
14371
+ }
14325
14372
  }
14326
14373
  AbstractUserListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserListFieldComponent, deps: [{ token: SideMenuService }, { token: SnackBarService }, { token: i1$2.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
14327
14374
  AbstractUserListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserListFieldComponent, selector: "ncc-abstract-user-list-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
@@ -15581,7 +15628,7 @@ class TaskDataService extends TaskHandlingService {
15581
15628
  }
15582
15629
  const requestContext = this.createUpdateRequestContext();
15583
15630
  this._eventQueue.scheduleEvent(new QueuedEvent(() => this.isSetDataRequestStillValid(requestContext.body), nextEvent => {
15584
- this.performSetDataRequest(setTaskId, requestContext.body, afterAction, nextEvent);
15631
+ this.performSetDataRequest(setTaskId, requestContext, afterAction, nextEvent);
15585
15632
  }, nextEvent => {
15586
15633
  this.revertSetDataRequest(requestContext);
15587
15634
  nextEvent.resolve(false);
@@ -15672,12 +15719,12 @@ class TaskDataService extends TaskHandlingService {
15672
15719
  /**
15673
15720
  * Performs a `setData` request on the task currently stored in the `taskContent` service
15674
15721
  * @param setTaskId ID of the task
15675
- * @param body content of the `setData` request
15722
+ * @param context context of the `setData` request
15676
15723
  * @param afterAction the action that should be performed after the request is processed
15677
15724
  * @param nextEvent indicates to the event queue that the next event can be processed
15678
15725
  */
15679
- performSetDataRequest(setTaskId, body, afterAction, nextEvent) {
15680
- if (Object.keys(body).length === 0) {
15726
+ performSetDataRequest(setTaskId, context, afterAction, nextEvent) {
15727
+ if (Object.keys(context.body).length === 0) {
15681
15728
  this.sendNotification(TaskEvent.SET_DATA, true);
15682
15729
  afterAction.resolve(true);
15683
15730
  nextEvent.resolve(true);
@@ -15685,7 +15732,7 @@ class TaskDataService extends TaskHandlingService {
15685
15732
  }
15686
15733
  this._taskState.startLoading(setTaskId);
15687
15734
  this._taskState.startUpdating(setTaskId);
15688
- this._taskResourceService.setData(this._safeTask.stringId, body).pipe(take(1))
15735
+ this._taskResourceService.setData(this._safeTask.stringId, context.body).pipe(take(1))
15689
15736
  .subscribe((response) => {
15690
15737
  if (!this.isTaskRelevant(setTaskId)) {
15691
15738
  this._log.debug('current task changed before the set data response could be received, discarding...');
@@ -15696,13 +15743,13 @@ class TaskDataService extends TaskHandlingService {
15696
15743
  return;
15697
15744
  }
15698
15745
  if (response.success) {
15699
- this.processSuccessfulSetDataRequest(setTaskId, response, afterAction, nextEvent, body);
15746
+ this.processSuccessfulSetDataRequest(setTaskId, response, afterAction, nextEvent, context);
15700
15747
  }
15701
15748
  else if (response.error !== undefined) {
15702
- this.processUnsuccessfulSetDataRequest(setTaskId, response, afterAction, nextEvent, body);
15749
+ this.processUnsuccessfulSetDataRequest(setTaskId, response, afterAction, nextEvent, context);
15703
15750
  }
15704
15751
  }, error => {
15705
- this.processErroneousSetDataRequest(setTaskId, error, afterAction, nextEvent, body);
15752
+ this.processErroneousSetDataRequest(setTaskId, error, afterAction, nextEvent, context);
15706
15753
  });
15707
15754
  }
15708
15755
  /**
@@ -15713,7 +15760,7 @@ class TaskDataService extends TaskHandlingService {
15713
15760
  * @param nextEvent indicates to the event queue that the next event can be processed
15714
15761
  * @param body hold the data that was sent in request
15715
15762
  */
15716
- processUnsuccessfulSetDataRequest(setTaskId, response, afterAction, nextEvent, body) {
15763
+ processUnsuccessfulSetDataRequest(setTaskId, response, afterAction, nextEvent, context) {
15717
15764
  if (response.error !== '') {
15718
15765
  this._snackBar.openErrorSnackBar(this._translate.instant(response.error));
15719
15766
  }
@@ -15727,8 +15774,8 @@ class TaskDataService extends TaskHandlingService {
15727
15774
  this._changedFieldsService.emitChangedFields(changedFieldsMap);
15728
15775
  }
15729
15776
  }
15730
- this.revertToPreviousValue();
15731
- this.clearWaitingForResponseFlag(body);
15777
+ this.revertToPreviousValue(context);
15778
+ this.clearWaitingForResponseFlag(context.body);
15732
15779
  this.updateStateInfo(afterAction, false, setTaskId);
15733
15780
  nextEvent.resolve(false);
15734
15781
  this._taskOperations.reload();
@@ -15739,15 +15786,15 @@ class TaskDataService extends TaskHandlingService {
15739
15786
  * @param response the resulting Event outcome of the set data request
15740
15787
  * @param afterAction the action that should be performed after the request is processed
15741
15788
  * @param nextEvent indicates to the event queue that the next event can be processed
15742
- * @param body hold the data that was sent in request
15789
+ * @param context hold the data that was sent in request
15743
15790
  */
15744
- processSuccessfulSetDataRequest(setTaskId, response, afterAction, nextEvent, body) {
15791
+ processSuccessfulSetDataRequest(setTaskId, response, afterAction, nextEvent, context) {
15745
15792
  const outcome = response.outcome;
15746
15793
  const changedFieldsMap = this._eventService.parseChangedFieldsFromOutcomeTree(outcome);
15747
15794
  if (Object.keys(changedFieldsMap).length > 0) {
15748
15795
  this._changedFieldsService.emitChangedFields(changedFieldsMap);
15749
15796
  }
15750
- this.clearWaitingForResponseFlag(body);
15797
+ this.clearWaitingForResponseFlag(context.body);
15751
15798
  this._snackBar.openSuccessSnackBar(!!outcome.message ? outcome.message : this._translate.instant('tasks.snackbar.dataSaved'));
15752
15799
  this.updateStateInfo(afterAction, true, setTaskId);
15753
15800
  nextEvent.resolve(true);
@@ -15760,7 +15807,7 @@ class TaskDataService extends TaskHandlingService {
15760
15807
  * @param nextEvent indicates to the event queue that the next event can be processed
15761
15808
  * @param body hold the data that was sent in request
15762
15809
  */
15763
- processErroneousSetDataRequest(setTaskId, error, afterAction, nextEvent, body) {
15810
+ processErroneousSetDataRequest(setTaskId, error, afterAction, nextEvent, context) {
15764
15811
  this._log.debug('setting task data failed', error);
15765
15812
  if (!this.isTaskRelevant(setTaskId)) {
15766
15813
  this._log.debug('current task changed before the get data error could be received');
@@ -15770,8 +15817,8 @@ class TaskDataService extends TaskHandlingService {
15770
15817
  nextEvent.resolve(false);
15771
15818
  return;
15772
15819
  }
15773
- this.revertToPreviousValue();
15774
- this.clearWaitingForResponseFlag(body);
15820
+ this.revertToPreviousValue(context);
15821
+ this.clearWaitingForResponseFlag(context.body);
15775
15822
  this._snackBar.openErrorSnackBar(this._translate.instant('tasks.snackbar.failedSave'));
15776
15823
  this.updateStateInfo(afterAction, false, setTaskId);
15777
15824
  nextEvent.resolve(false);
@@ -15847,10 +15894,10 @@ class TaskDataService extends TaskHandlingService {
15847
15894
  sendNotification(event, success) {
15848
15895
  this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, event, success));
15849
15896
  }
15850
- revertToPreviousValue() {
15897
+ revertToPreviousValue(context) {
15851
15898
  this._safeTask.dataGroups.forEach(dataGroup => {
15852
15899
  dataGroup.fields.forEach(field => {
15853
- if (field.initialized && field.valid && field.changed) {
15900
+ if (field.initialized && field.valid && Object.keys(context.previousValues).includes(field.stringId)) {
15854
15901
  field.revertToPreviousValue();
15855
15902
  }
15856
15903
  });
@@ -16107,14 +16154,14 @@ class RedirectService {
16107
16154
  }
16108
16155
  }
16109
16156
  RedirectService.LOGIN_COMPONENT = 'login';
16110
- RedirectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RedirectService, deps: [{ token: i2$3.Router }, { token: LoggerService }, { token: ConfigurationService }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
16157
+ RedirectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RedirectService, deps: [{ token: i2$5.Router }, { token: LoggerService }, { token: ConfigurationService }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
16111
16158
  RedirectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RedirectService, providedIn: 'root' });
16112
16159
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RedirectService, decorators: [{
16113
16160
  type: Injectable,
16114
16161
  args: [{
16115
16162
  providedIn: 'root'
16116
16163
  }]
16117
- }], ctorParameters: function () { return [{ type: i2$3.Router }, { type: LoggerService }, { type: ConfigurationService }, { type: i2$3.ActivatedRoute }]; } });
16164
+ }], ctorParameters: function () { return [{ type: i2$5.Router }, { type: LoggerService }, { type: ConfigurationService }, { type: i2$5.ActivatedRoute }]; } });
16118
16165
 
16119
16166
  class AuthenticationInterceptor {
16120
16167
  constructor(_session, _redirect, _anonymousService, idleTimerService) {
@@ -16314,14 +16361,14 @@ class AuthenticationGuardService {
16314
16361
  return this._session.sessionToken && this._session.verified ? true : this._router.parseUrl(this._loginUrl);
16315
16362
  }
16316
16363
  }
16317
- AuthenticationGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationGuardService, deps: [{ token: SessionService }, { token: RedirectService }, { token: i2$3.Router }], target: i0.ɵɵFactoryTarget.Injectable });
16364
+ AuthenticationGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationGuardService, deps: [{ token: SessionService }, { token: RedirectService }, { token: i2$5.Router }], target: i0.ɵɵFactoryTarget.Injectable });
16318
16365
  AuthenticationGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationGuardService, providedIn: AuthenticationModule });
16319
16366
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthenticationGuardService, decorators: [{
16320
16367
  type: Injectable,
16321
16368
  args: [{
16322
16369
  providedIn: AuthenticationModule
16323
16370
  }]
16324
- }], ctorParameters: function () { return [{ type: SessionService }, { type: RedirectService }, { type: i2$3.Router }]; } });
16371
+ }], ctorParameters: function () { return [{ type: SessionService }, { type: RedirectService }, { type: i2$5.Router }]; } });
16325
16372
 
16326
16373
  /* SERVICES */
16327
16374
 
@@ -16561,7 +16608,7 @@ class AbstractAuthenticationOverlayComponent {
16561
16608
  }
16562
16609
  }
16563
16610
  }
16564
- AbstractAuthenticationOverlayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAuthenticationOverlayComponent, deps: [{ token: SessionService }, { token: SpinnerOverlayService }, { token: i2$3.Router }, { token: RedirectService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Component });
16611
+ AbstractAuthenticationOverlayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAuthenticationOverlayComponent, deps: [{ token: SessionService }, { token: SpinnerOverlayService }, { token: i2$5.Router }, { token: RedirectService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Component });
16565
16612
  AbstractAuthenticationOverlayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractAuthenticationOverlayComponent, selector: "ncc-abstract-auth-overlay", ngImport: i0, template: '', isInline: true });
16566
16613
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractAuthenticationOverlayComponent, decorators: [{
16567
16614
  type: Component,
@@ -16569,7 +16616,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
16569
16616
  selector: 'ncc-abstract-auth-overlay',
16570
16617
  template: ''
16571
16618
  }]
16572
- }], ctorParameters: function () { return [{ type: SessionService }, { type: SpinnerOverlayService }, { type: i2$3.Router }, { type: RedirectService }, { type: UserService }]; } });
16619
+ }], ctorParameters: function () { return [{ type: SessionService }, { type: SpinnerOverlayService }, { type: i2$5.Router }, { type: RedirectService }, { type: UserService }]; } });
16573
16620
 
16574
16621
  class AbstractSessionIdleComponent {
16575
16622
  constructor(sessionTimer, _user, _log, _config, _router) {
@@ -16623,7 +16670,7 @@ class AbstractSessionIdleComponent {
16623
16670
  }
16624
16671
  }
16625
16672
  }
16626
- AbstractSessionIdleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSessionIdleComponent, deps: [{ token: SessionIdleTimerService }, { token: UserService }, { token: LoggerService }, { token: ConfigurationService }, { token: i2$3.Router }], target: i0.ɵɵFactoryTarget.Component });
16673
+ AbstractSessionIdleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSessionIdleComponent, deps: [{ token: SessionIdleTimerService }, { token: UserService }, { token: LoggerService }, { token: ConfigurationService }, { token: i2$5.Router }], target: i0.ɵɵFactoryTarget.Component });
16627
16674
  AbstractSessionIdleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSessionIdleComponent, selector: "ncc-abstract-session-idle", inputs: { alertAtSeconds: "alertAtSeconds" }, ngImport: i0, template: '', isInline: true });
16628
16675
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSessionIdleComponent, decorators: [{
16629
16676
  type: Component,
@@ -16631,7 +16678,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
16631
16678
  selector: 'ncc-abstract-session-idle',
16632
16679
  template: ''
16633
16680
  }]
16634
- }], ctorParameters: function () { return [{ type: SessionIdleTimerService }, { type: UserService }, { type: LoggerService }, { type: ConfigurationService }, { type: i2$3.Router }]; }, propDecorators: { alertAtSeconds: [{
16681
+ }], ctorParameters: function () { return [{ type: SessionIdleTimerService }, { type: UserService }, { type: LoggerService }, { type: ConfigurationService }, { type: i2$5.Router }]; }, propDecorators: { alertAtSeconds: [{
16635
16682
  type: Input
16636
16683
  }] } });
16637
16684
 
@@ -17010,7 +17057,7 @@ class AbstractPanelComponent {
17010
17057
  return this._caseListFontColorService.computeCaseFontColor(this.caseColor);
17011
17058
  }
17012
17059
  }
17013
- AbstractPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelComponent, deps: [{ token: CaseListFontColorService }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
17060
+ AbstractPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelComponent, deps: [{ token: CaseListFontColorService }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
17014
17061
  AbstractPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractPanelComponent, selector: "ncc-abstract-panel", inputs: { expansionDisabled: "expansionDisabled", preventExpand: "preventExpand", preventCollapse: "preventCollapse", hidePanelHeader: "hidePanelHeader", panelHeader: "panelHeader", panelContent: "panelContent", first: "first", last: "last", caseColor: "caseColor" }, outputs: { stopLoading: "stopLoading", getExpansionPanelRef: "getExpansionPanelRef" }, viewQueries: [{ propertyName: "matExpansionPanel", first: true, predicate: ["matExpansionPanel"], descendants: true }], ngImport: i0, template: '', isInline: true });
17015
17062
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPanelComponent, decorators: [{
17016
17063
  type: Component,
@@ -17018,7 +17065,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
17018
17065
  selector: 'ncc-abstract-panel',
17019
17066
  template: ''
17020
17067
  }]
17021
- }], ctorParameters: function () { return [{ type: CaseListFontColorService }, { type: i2$3.ActivatedRoute }]; }, propDecorators: { expansionDisabled: [{
17068
+ }], ctorParameters: function () { return [{ type: CaseListFontColorService }, { type: i2$5.ActivatedRoute }]; }, propDecorators: { expansionDisabled: [{
17022
17069
  type: Input
17023
17070
  }], preventExpand: [{
17024
17071
  type: Input
@@ -19706,7 +19753,7 @@ class AbstractDefaultTaskListComponent extends TabbedVirtualScrollComponent {
19706
19753
  });
19707
19754
  }
19708
19755
  }
19709
- AbstractDefaultTaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultTaskListComponent, deps: [{ token: TaskViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
19756
+ AbstractDefaultTaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultTaskListComponent, deps: [{ token: TaskViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
19710
19757
  AbstractDefaultTaskListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDefaultTaskListComponent, selector: "ncc-abstract-default-task-list", inputs: { loading$: "loading$", selectedHeaders$: "selectedHeaders$", responsiveBody: "responsiveBody", forceLoadDataOnOpen: "forceLoadDataOnOpen", textEllipsis: "textEllipsis", allowMultiOpen: "allowMultiOpen" }, outputs: { taskEvent: "taskEvent" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
19711
19758
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultTaskListComponent, decorators: [{
19712
19759
  type: Component,
@@ -19720,7 +19767,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
19720
19767
  }, {
19721
19768
  type: Inject,
19722
19769
  args: [NAE_TAB_DATA]
19723
- }] }, { type: i2$3.ActivatedRoute }];
19770
+ }] }, { type: i2$5.ActivatedRoute }];
19724
19771
  }, propDecorators: { loading$: [{
19725
19772
  type: Input
19726
19773
  }], selectedHeaders$: [{
@@ -19757,7 +19804,7 @@ class AbstractTaskListComponent extends AbstractDefaultTaskListComponent {
19757
19804
  this._taskViewService.nextPage(this.viewport.getRenderedRange(), this.viewport.getDataLength());
19758
19805
  }
19759
19806
  }
19760
- AbstractTaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListComponent, deps: [{ token: TaskViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
19807
+ AbstractTaskListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListComponent, deps: [{ token: TaskViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
19761
19808
  AbstractTaskListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTaskListComponent, selector: "ncc-abstract-task-list", inputs: { tasks$: "tasks$" }, viewQueries: [{ propertyName: "viewport", first: true, predicate: CdkVirtualScrollViewport, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
19762
19809
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListComponent, decorators: [{
19763
19810
  type: Component,
@@ -19771,7 +19818,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
19771
19818
  }, {
19772
19819
  type: Inject,
19773
19820
  args: [NAE_TAB_DATA]
19774
- }] }, { type: i2$3.ActivatedRoute }];
19821
+ }] }, { type: i2$5.ActivatedRoute }];
19775
19822
  }, propDecorators: { tasks$: [{
19776
19823
  type: Input
19777
19824
  }], viewport: [{
@@ -19804,7 +19851,7 @@ class AbstractTaskListPaginationComponent extends AbstractDefaultTaskListCompone
19804
19851
  this._taskViewService.nextPagePagination(this.pageSize, this.pageIndex);
19805
19852
  }
19806
19853
  }
19807
- AbstractTaskListPaginationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListPaginationComponent, deps: [{ token: TaskViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
19854
+ AbstractTaskListPaginationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListPaginationComponent, deps: [{ token: TaskViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
19808
19855
  AbstractTaskListPaginationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTaskListPaginationComponent, selector: "ncc-abstract-task-list-pagination-component", inputs: { tasks$: "tasks$" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
19809
19856
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskListPaginationComponent, decorators: [{
19810
19857
  type: Component,
@@ -19818,7 +19865,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
19818
19865
  }, {
19819
19866
  type: Inject,
19820
19867
  args: [NAE_TAB_DATA]
19821
- }] }, { type: i2$3.ActivatedRoute }];
19868
+ }] }, { type: i2$5.ActivatedRoute }];
19822
19869
  }, propDecorators: { tasks$: [{
19823
19870
  type: Input
19824
19871
  }] } });
@@ -20290,7 +20337,7 @@ class AbstractSingleTaskComponent {
20290
20337
  this.taskEvent.emit(event);
20291
20338
  }
20292
20339
  }
20293
- AbstractSingleTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskComponent, deps: [{ token: LoggerService }, { token: i2$3.ActivatedRoute }, { token: NAE_TAB_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
20340
+ AbstractSingleTaskComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskComponent, deps: [{ token: LoggerService }, { token: i2$5.ActivatedRoute }, { token: NAE_TAB_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
20294
20341
  AbstractSingleTaskComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSingleTaskComponent, selector: "ncc-abstract-single-task", inputs: { task$: "task$", loading$: "loading$", selectedHeaders$: "selectedHeaders$", responsiveBody: "responsiveBody", forceLoadDataOnOpen: "forceLoadDataOnOpen", textEllipsis: "textEllipsis", preventCollapse: "preventCollapse", hidePanelHeader: "hidePanelHeader", noTaskSection: "noTaskSection", pageHeader: "pageHeader", pageFooter: "pageFooter", headerTitle: "headerTitle", footerText: "footerText", actionButtonTemplates: "actionButtonTemplates", actionRowJustifyContent: "actionRowJustifyContent" }, outputs: { taskEvent: "taskEvent" }, ngImport: i0, template: '', isInline: true });
20295
20342
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskComponent, decorators: [{
20296
20343
  type: Component,
@@ -20299,7 +20346,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
20299
20346
  template: ''
20300
20347
  }]
20301
20348
  }], ctorParameters: function () {
20302
- return [{ type: LoggerService }, { type: i2$3.ActivatedRoute }, { type: undefined, decorators: [{
20349
+ return [{ type: LoggerService }, { type: i2$5.ActivatedRoute }, { type: undefined, decorators: [{
20303
20350
  type: Optional
20304
20351
  }, {
20305
20352
  type: Inject,
@@ -22438,7 +22485,7 @@ class AbstractViewWithHeadersComponent {
22438
22485
  return !(((_a = this.config) === null || _a === void 0 ? void 0 : _a[ConfigParams.PANEL_HEADER]) === 'false');
22439
22486
  }
22440
22487
  }
22441
- AbstractViewWithHeadersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractViewWithHeadersComponent, deps: [{ token: AbstractSortableViewComponent }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
22488
+ AbstractViewWithHeadersComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractViewWithHeadersComponent, deps: [{ token: AbstractSortableViewComponent }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
22442
22489
  AbstractViewWithHeadersComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractViewWithHeadersComponent, selector: "ncc-abstract-view-with-headers", ngImport: i0, template: '', isInline: true });
22443
22490
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractViewWithHeadersComponent, decorators: [{
22444
22491
  type: Component,
@@ -22446,7 +22493,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
22446
22493
  selector: 'ncc-abstract-view-with-headers',
22447
22494
  template: ''
22448
22495
  }]
22449
- }], ctorParameters: function () { return [{ type: AbstractSortableViewComponent }, { type: i2$3.ActivatedRoute }]; } });
22496
+ }], ctorParameters: function () { return [{ type: AbstractSortableViewComponent }, { type: i2$5.ActivatedRoute }]; } });
22450
22497
 
22451
22498
  class AbstractTaskViewComponent extends AbstractViewWithHeadersComponent {
22452
22499
  constructor(taskViewService, _activatedRoute) {
@@ -22459,7 +22506,7 @@ class AbstractTaskViewComponent extends AbstractViewWithHeadersComponent {
22459
22506
  super.ngOnDestroy();
22460
22507
  }
22461
22508
  }
22462
- AbstractTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskViewComponent, deps: [{ token: TaskViewService }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
22509
+ AbstractTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskViewComponent, deps: [{ token: TaskViewService }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
22463
22510
  AbstractTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTaskViewComponent, selector: "ncc-abstract-task-view", usesInheritance: true, ngImport: i0, template: '', isInline: true });
22464
22511
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTaskViewComponent, decorators: [{
22465
22512
  type: Component,
@@ -22467,7 +22514,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
22467
22514
  selector: 'ncc-abstract-task-view',
22468
22515
  template: ''
22469
22516
  }]
22470
- }], ctorParameters: function () { return [{ type: TaskViewService }, { type: i2$3.ActivatedRoute }]; } });
22517
+ }], ctorParameters: function () { return [{ type: TaskViewService }, { type: i2$5.ActivatedRoute }]; } });
22471
22518
 
22472
22519
  /**
22473
22520
  * Holds all identifiers of the Filter process in an accessible manner
@@ -22886,7 +22933,7 @@ class AbstractSaveFilterComponent extends AbstractTaskViewComponent {
22886
22933
  }
22887
22934
  }
22888
22935
  }
22889
- AbstractSaveFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSaveFilterComponent, deps: [{ token: NAE_SIDE_MENU_CONTROL }, { token: UserFiltersService }, { token: LoggerService }, { token: TaskViewService }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
22936
+ AbstractSaveFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSaveFilterComponent, deps: [{ token: NAE_SIDE_MENU_CONTROL }, { token: UserFiltersService }, { token: LoggerService }, { token: TaskViewService }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
22890
22937
  AbstractSaveFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSaveFilterComponent, selector: "ncc-abstract-save-filter", usesInheritance: true, ngImport: i0, template: '', isInline: true });
22891
22938
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSaveFilterComponent, decorators: [{
22892
22939
  type: Component,
@@ -22898,7 +22945,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
22898
22945
  return [{ type: SideMenuControl, decorators: [{
22899
22946
  type: Inject,
22900
22947
  args: [NAE_SIDE_MENU_CONTROL]
22901
- }] }, { type: UserFiltersService }, { type: LoggerService }, { type: TaskViewService }, { type: i2$3.ActivatedRoute }];
22948
+ }] }, { type: UserFiltersService }, { type: LoggerService }, { type: TaskViewService }, { type: i2$5.ActivatedRoute }];
22902
22949
  } });
22903
22950
 
22904
22951
  var HeaderType;
@@ -22952,7 +22999,7 @@ class AbstractCaseViewComponent extends AbstractViewWithHeadersComponent {
22952
22999
  }
22953
23000
  }
22954
23001
  }
22955
- AbstractCaseViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseViewComponent, deps: [{ token: CaseViewService }, { token: OverflowService }, { token: Array }, { token: NAE_NEW_CASE_CREATION_CONFIGURATION_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
23002
+ AbstractCaseViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseViewComponent, deps: [{ token: CaseViewService }, { token: OverflowService }, { token: Array }, { token: NAE_NEW_CASE_CREATION_CONFIGURATION_DATA, optional: true }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
22956
23003
  AbstractCaseViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractCaseViewComponent, selector: "ncc-abstract-case-view", usesInheritance: true, ngImport: i0, template: '', isInline: true });
22957
23004
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseViewComponent, decorators: [{
22958
23005
  type: Component,
@@ -22966,7 +23013,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
22966
23013
  }, {
22967
23014
  type: Inject,
22968
23015
  args: [NAE_NEW_CASE_CREATION_CONFIGURATION_DATA]
22969
- }] }, { type: i2$3.ActivatedRoute }];
23016
+ }] }, { type: i2$5.ActivatedRoute }];
22970
23017
  } });
22971
23018
 
22972
23019
  class AbstractLoadFilterComponent extends AbstractCaseViewComponent {
@@ -24889,7 +24936,7 @@ class AbstractLogoutShortcutComponent {
24889
24936
  });
24890
24937
  }
24891
24938
  }
24892
- AbstractLogoutShortcutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLogoutShortcutComponent, deps: [{ token: UserService }, { token: LoggerService }, { token: ConfigurationService }, { token: i2$3.Router }], target: i0.ɵɵFactoryTarget.Component });
24939
+ AbstractLogoutShortcutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLogoutShortcutComponent, deps: [{ token: UserService }, { token: LoggerService }, { token: ConfigurationService }, { token: i2$5.Router }], target: i0.ɵɵFactoryTarget.Component });
24893
24940
  AbstractLogoutShortcutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractLogoutShortcutComponent, selector: "ncc-abstract-logout-shortcut", ngImport: i0, template: '', isInline: true });
24894
24941
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLogoutShortcutComponent, decorators: [{
24895
24942
  type: Component,
@@ -24897,7 +24944,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
24897
24944
  selector: 'ncc-abstract-logout-shortcut',
24898
24945
  template: ''
24899
24946
  }]
24900
- }], ctorParameters: function () { return [{ type: UserService }, { type: LoggerService }, { type: ConfigurationService }, { type: i2$3.Router }]; } });
24947
+ }], ctorParameters: function () { return [{ type: UserService }, { type: LoggerService }, { type: ConfigurationService }, { type: i2$5.Router }]; } });
24901
24948
 
24902
24949
  class AbstractLanguageSelectorComponent {
24903
24950
  constructor(_select) {
@@ -25226,14 +25273,14 @@ class AuthorityGuardService {
25226
25273
  }
25227
25274
  }
25228
25275
  }
25229
- AuthorityGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthorityGuardService, deps: [{ token: RedirectService }, { token: UserService }, { token: ConfigurationService }, { token: i2$3.Router }], target: i0.ɵɵFactoryTarget.Injectable });
25276
+ AuthorityGuardService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthorityGuardService, deps: [{ token: RedirectService }, { token: UserService }, { token: ConfigurationService }, { token: i2$5.Router }], target: i0.ɵɵFactoryTarget.Injectable });
25230
25277
  AuthorityGuardService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthorityGuardService, providedIn: AuthenticationModule });
25231
25278
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AuthorityGuardService, decorators: [{
25232
25279
  type: Injectable,
25233
25280
  args: [{
25234
25281
  providedIn: AuthenticationModule
25235
25282
  }]
25236
- }], ctorParameters: function () { return [{ type: RedirectService }, { type: UserService }, { type: ConfigurationService }, { type: i2$3.Router }]; } });
25283
+ }], ctorParameters: function () { return [{ type: RedirectService }, { type: UserService }, { type: ConfigurationService }, { type: i2$5.Router }]; } });
25237
25284
 
25238
25285
  /**
25239
25286
  * This service allows access to information about the groups of the currently logged user.
@@ -25845,7 +25892,7 @@ class AbstractNavigationTreeComponent extends AbstractNavigationResizableDrawerC
25845
25892
  return split;
25846
25893
  }
25847
25894
  }
25848
- AbstractNavigationTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationTreeComponent, deps: [{ token: ConfigurationService }, { token: i2$3.Router }, { token: LoggerService }, { token: UserService }, { token: AccessService }, { token: ActiveGroupService }, { token: TaskResourceService }, { token: LanguageService }, { token: DynamicNavigationRouteProviderService }], target: i0.ɵɵFactoryTarget.Component });
25895
+ AbstractNavigationTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationTreeComponent, deps: [{ token: ConfigurationService }, { token: i2$5.Router }, { token: LoggerService }, { token: UserService }, { token: AccessService }, { token: ActiveGroupService }, { token: TaskResourceService }, { token: LanguageService }, { token: DynamicNavigationRouteProviderService }], target: i0.ɵɵFactoryTarget.Component });
25849
25896
  AbstractNavigationTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractNavigationTreeComponent, selector: "ncc-abstract-navigation-tree", inputs: { viewPath: "viewPath", parentUrl: "parentUrl", routerChange: "routerChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
25850
25897
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationTreeComponent, decorators: [{
25851
25898
  type: Component,
@@ -25853,7 +25900,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
25853
25900
  selector: 'ncc-abstract-navigation-tree',
25854
25901
  template: ''
25855
25902
  }]
25856
- }], ctorParameters: function () { return [{ type: ConfigurationService }, { type: i2$3.Router }, { type: LoggerService }, { type: UserService }, { type: AccessService }, { type: ActiveGroupService }, { type: TaskResourceService }, { type: LanguageService }, { type: DynamicNavigationRouteProviderService }]; }, propDecorators: { viewPath: [{
25903
+ }], ctorParameters: function () { return [{ type: ConfigurationService }, { type: i2$5.Router }, { type: LoggerService }, { type: UserService }, { type: AccessService }, { type: ActiveGroupService }, { type: TaskResourceService }, { type: LanguageService }, { type: DynamicNavigationRouteProviderService }]; }, propDecorators: { viewPath: [{
25857
25904
  type: Input
25858
25905
  }], parentUrl: [{
25859
25906
  type: Input
@@ -26382,7 +26429,7 @@ class RoutingBuilderService {
26382
26429
  return result;
26383
26430
  }
26384
26431
  }
26385
- RoutingBuilderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoutingBuilderService, deps: [{ token: i2$3.Router }, { token: ConfigurationService }, { token: ViewService }, { token: LoggerService }, { token: DynamicNavigationRouteProviderService }, { token: NAE_GROUP_NAVIGATION_COMPONENT_RESOLVER_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
26432
+ RoutingBuilderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoutingBuilderService, deps: [{ token: i2$5.Router }, { token: ConfigurationService }, { token: ViewService }, { token: LoggerService }, { token: DynamicNavigationRouteProviderService }, { token: NAE_GROUP_NAVIGATION_COMPONENT_RESOLVER_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
26386
26433
  RoutingBuilderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoutingBuilderService, providedIn: 'root' });
26387
26434
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RoutingBuilderService, decorators: [{
26388
26435
  type: Injectable,
@@ -26390,7 +26437,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
26390
26437
  providedIn: 'root'
26391
26438
  }]
26392
26439
  }], ctorParameters: function () {
26393
- return [{ type: i2$3.Router }, { type: ConfigurationService }, { type: ViewService }, { type: LoggerService }, { type: DynamicNavigationRouteProviderService }, { type: i0.Type, decorators: [{
26440
+ return [{ type: i2$5.Router }, { type: ConfigurationService }, { type: ViewService }, { type: LoggerService }, { type: DynamicNavigationRouteProviderService }, { type: i0.Type, decorators: [{
26394
26441
  type: Optional
26395
26442
  }, {
26396
26443
  type: Inject,
@@ -26719,14 +26766,14 @@ class ImpersonationService extends AbstractResourceService {
26719
26766
  }
26720
26767
  }
26721
26768
  }
26722
- ImpersonationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationService, deps: [{ token: ResourceProvider }, { token: i2$3.Router }, { token: ConfigurationService }, { token: UserService }, { token: SnackBarService }, { token: FilterRepository }, { token: LoggerService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
26769
+ ImpersonationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationService, deps: [{ token: ResourceProvider }, { token: i2$5.Router }, { token: ConfigurationService }, { token: UserService }, { token: SnackBarService }, { token: FilterRepository }, { token: LoggerService }, { token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
26723
26770
  ImpersonationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationService, providedIn: 'root' });
26724
26771
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ImpersonationService, decorators: [{
26725
26772
  type: Injectable,
26726
26773
  args: [{
26727
26774
  providedIn: 'root'
26728
26775
  }]
26729
- }], ctorParameters: function () { return [{ type: ResourceProvider }, { type: i2$3.Router }, { type: ConfigurationService }, { type: UserService }, { type: SnackBarService }, { type: FilterRepository }, { type: LoggerService }, { type: i1$2.TranslateService }]; } });
26776
+ }], ctorParameters: function () { return [{ type: ResourceProvider }, { type: i2$5.Router }, { type: ConfigurationService }, { type: UserService }, { type: SnackBarService }, { type: FilterRepository }, { type: LoggerService }, { type: i1$2.TranslateService }]; } });
26730
26777
 
26731
26778
  class ImpersonationUserSelectService {
26732
26779
  constructor(_log, _sideMenuService, _snackBar, _impersonation, _user, _userImpersonateComponent, _adminImpersonateComponent) {
@@ -27183,7 +27230,7 @@ class AbstractNavigationDoubleDrawerComponent {
27183
27230
  // this.contentWidth.next(this.width);
27184
27231
  }
27185
27232
  }
27186
- AbstractNavigationDoubleDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationDoubleDrawerComponent, deps: [{ token: i2$3.Router }, { token: i2$3.ActivatedRoute }, { token: i1$7.BreakpointObserver }, { token: LanguageService }, { token: UserService }, { token: AccessService }, { token: LoggerService }, { token: ConfigurationService }, { token: UriService }, { token: ImpersonationUserSelectService }, { token: ImpersonationService }, { token: DynamicNavigationRouteProviderService }], target: i0.ɵɵFactoryTarget.Component });
27233
+ AbstractNavigationDoubleDrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationDoubleDrawerComponent, deps: [{ token: i2$5.Router }, { token: i2$5.ActivatedRoute }, { token: i1$7.BreakpointObserver }, { token: LanguageService }, { token: UserService }, { token: AccessService }, { token: LoggerService }, { token: ConfigurationService }, { token: UriService }, { token: ImpersonationUserSelectService }, { token: ImpersonationService }, { token: DynamicNavigationRouteProviderService }], target: i0.ɵɵFactoryTarget.Component });
27187
27234
  AbstractNavigationDoubleDrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractNavigationDoubleDrawerComponent, selector: "ncc-abstract-navigation-double-drawer", inputs: { portalLeftMenu: "portalLeftMenu", portalRightMenu: "portalRightMenu", imageRouterLink: "imageRouterLink", imageAlt: "imageAlt", image: "image", profileRouterLink: "profileRouterLink", includeUser: "includeUser", includeLanguage: "includeLanguage", includeMoreMenu: "includeMoreMenu", includeImpersonation: "includeImpersonation", allClosable: "allClosable", folderIcon: "folderIcon", openedFolderIcon: "openedFolderIcon", filterIcon: "filterIcon", foldersCategoryName: "foldersCategoryName", viewsCategoryName: "viewsCategoryName" }, ngImport: i0, template: '', isInline: true });
27188
27235
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNavigationDoubleDrawerComponent, decorators: [{
27189
27236
  type: Component,
@@ -27191,7 +27238,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
27191
27238
  selector: 'ncc-abstract-navigation-double-drawer',
27192
27239
  template: '',
27193
27240
  }]
27194
- }], ctorParameters: function () { return [{ type: i2$3.Router }, { type: i2$3.ActivatedRoute }, { type: i1$7.BreakpointObserver }, { type: LanguageService }, { type: UserService }, { type: AccessService }, { type: LoggerService }, { type: ConfigurationService }, { type: UriService }, { type: ImpersonationUserSelectService }, { type: ImpersonationService }, { type: DynamicNavigationRouteProviderService }]; }, propDecorators: { portalLeftMenu: [{
27241
+ }], ctorParameters: function () { return [{ type: i2$5.Router }, { type: i2$5.ActivatedRoute }, { type: i1$7.BreakpointObserver }, { type: LanguageService }, { type: UserService }, { type: AccessService }, { type: LoggerService }, { type: ConfigurationService }, { type: UriService }, { type: ImpersonationUserSelectService }, { type: ImpersonationService }, { type: DynamicNavigationRouteProviderService }]; }, propDecorators: { portalLeftMenu: [{
27195
27242
  type: Input
27196
27243
  }], portalRightMenu: [{
27197
27244
  type: Input
@@ -27352,7 +27399,7 @@ class AbstractGroupNavigationComponentResolverComponent {
27352
27399
  });
27353
27400
  }
27354
27401
  }
27355
- AbstractGroupNavigationComponentResolverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractGroupNavigationComponentResolverComponent, deps: [{ token: GroupNavigationComponentResolverService }, { token: i0.Injector }, { token: i2$3.ActivatedRoute }, { token: i2$3.Router }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Component });
27402
+ AbstractGroupNavigationComponentResolverComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractGroupNavigationComponentResolverComponent, deps: [{ token: GroupNavigationComponentResolverService }, { token: i0.Injector }, { token: i2$5.ActivatedRoute }, { token: i2$5.Router }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Component });
27356
27403
  AbstractGroupNavigationComponentResolverComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractGroupNavigationComponentResolverComponent, selector: "ncc-abstract-group-nagiation-resolver", ngImport: i0, template: '', isInline: true });
27357
27404
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractGroupNavigationComponentResolverComponent, decorators: [{
27358
27405
  type: Component,
@@ -27360,7 +27407,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
27360
27407
  selector: 'ncc-abstract-group-nagiation-resolver',
27361
27408
  template: ''
27362
27409
  }]
27363
- }], ctorParameters: function () { return [{ type: GroupNavigationComponentResolverService }, { type: i0.Injector }, { type: i2$3.ActivatedRoute }, { type: i2$3.Router }, { type: LoggerService }]; } });
27410
+ }], ctorParameters: function () { return [{ type: GroupNavigationComponentResolverService }, { type: i0.Injector }, { type: i2$5.ActivatedRoute }, { type: i2$5.Router }, { type: LoggerService }]; } });
27364
27411
 
27365
27412
  class AbstractBreadcrumbsComponent {
27366
27413
  constructor(_uriService) {
@@ -27697,7 +27744,7 @@ class AbstractTabbedCaseViewComponent extends AbstractCaseViewComponent {
27697
27744
  }, this._autoswitchToTaskTab, this._openExistingTab);
27698
27745
  }
27699
27746
  }
27700
- AbstractTabbedCaseViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedCaseViewComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA }, { token: OverflowService }, { token: NAE_AUTOSWITCH_TAB_TOKEN, optional: true }, { token: NAE_OPEN_EXISTING_TAB, optional: true }, { token: NAE_NEW_CASE_CREATION_CONFIGURATION_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
27747
+ AbstractTabbedCaseViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedCaseViewComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA }, { token: OverflowService }, { token: NAE_AUTOSWITCH_TAB_TOKEN, optional: true }, { token: NAE_OPEN_EXISTING_TAB, optional: true }, { token: NAE_NEW_CASE_CREATION_CONFIGURATION_DATA, optional: true }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
27701
27748
  AbstractTabbedCaseViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTabbedCaseViewComponent, selector: "ncc-abstract-tabbed-case-view", usesInheritance: true, ngImport: i0, template: '', isInline: true });
27702
27749
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedCaseViewComponent, decorators: [{
27703
27750
  type: Component,
@@ -27724,7 +27771,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
27724
27771
  }, {
27725
27772
  type: Inject,
27726
27773
  args: [NAE_NEW_CASE_CREATION_CONFIGURATION_DATA]
27727
- }] }, { type: i2$3.ActivatedRoute }];
27774
+ }] }, { type: i2$5.ActivatedRoute }];
27728
27775
  } });
27729
27776
 
27730
27777
  class AbstractTabbedTaskViewComponent extends AbstractTaskViewComponent {
@@ -27740,7 +27787,7 @@ class AbstractTabbedTaskViewComponent extends AbstractTaskViewComponent {
27740
27787
  this.subTaskView.unsubscribe();
27741
27788
  }
27742
27789
  }
27743
- AbstractTabbedTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedTaskViewComponent, deps: [{ token: TaskViewService }, { token: NAE_TAB_DATA }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
27790
+ AbstractTabbedTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedTaskViewComponent, deps: [{ token: TaskViewService }, { token: NAE_TAB_DATA }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
27744
27791
  AbstractTabbedTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTabbedTaskViewComponent, selector: "ncc-abstract-tabbed-task-view", usesInheritance: true, ngImport: i0, template: '', isInline: true });
27745
27792
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabbedTaskViewComponent, decorators: [{
27746
27793
  type: Component,
@@ -27752,7 +27799,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
27752
27799
  return [{ type: TaskViewService }, { type: undefined, decorators: [{
27753
27800
  type: Inject,
27754
27801
  args: [NAE_TAB_DATA]
27755
- }] }, { type: i2$3.ActivatedRoute }];
27802
+ }] }, { type: i2$5.ActivatedRoute }];
27756
27803
  } });
27757
27804
 
27758
27805
  const NAE_TREE_CASE_VIEW_CONFIGURATION = new InjectionToken('NaeTreeCaseViewConfiguration');
@@ -28936,7 +28983,7 @@ class AbstractWorkflowViewComponent extends AbstractViewWithHeadersComponent {
28936
28983
  }
28937
28984
  }
28938
28985
  }
28939
- AbstractWorkflowViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractWorkflowViewComponent, deps: [{ token: SideMenuService }, { token: WorkflowViewService }, { token: LoggerService }, { token: ProcessService }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
28986
+ AbstractWorkflowViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractWorkflowViewComponent, deps: [{ token: SideMenuService }, { token: WorkflowViewService }, { token: LoggerService }, { token: ProcessService }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
28940
28987
  AbstractWorkflowViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractWorkflowViewComponent, selector: "ncc-abstract-workflow-view", inputs: { footerSize: "footerSize", showDeleteMenu: "showDeleteMenu" }, viewQueries: [{ propertyName: "workflowHeader", first: true, predicate: ["header"], descendants: true }, { propertyName: "viewport", first: true, predicate: CdkVirtualScrollViewport, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
28941
28988
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractWorkflowViewComponent, decorators: [{
28942
28989
  type: Component,
@@ -28944,7 +28991,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
28944
28991
  selector: 'ncc-abstract-workflow-view',
28945
28992
  template: ''
28946
28993
  }]
28947
- }], ctorParameters: function () { return [{ type: SideMenuService }, { type: WorkflowViewService }, { type: LoggerService }, { type: ProcessService }, { type: i2$3.ActivatedRoute }]; }, propDecorators: { footerSize: [{
28994
+ }], ctorParameters: function () { return [{ type: SideMenuService }, { type: WorkflowViewService }, { type: LoggerService }, { type: ProcessService }, { type: i2$5.ActivatedRoute }]; }, propDecorators: { footerSize: [{
28948
28995
  type: Input
28949
28996
  }], showDeleteMenu: [{
28950
28997
  type: Input
@@ -28997,7 +29044,7 @@ class AbstractDefaultCaseListComponent extends TabbedVirtualScrollComponent {
28997
29044
  });
28998
29045
  }
28999
29046
  }
29000
- AbstractDefaultCaseListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultCaseListComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
29047
+ AbstractDefaultCaseListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultCaseListComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
29001
29048
  AbstractDefaultCaseListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDefaultCaseListComponent, selector: "ncc-abstract-default-case-list", inputs: { selectedHeaders$: "selectedHeaders$", responsiveBody: "responsiveBody", showCasePanelIcon: "showCasePanelIcon", showDeleteMenu: "showDeleteMenu", textEllipsis: "textEllipsis", width: "width", redirectEnabled: "redirectEnabled" }, outputs: { caseClick: "caseClick" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
29002
29049
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultCaseListComponent, decorators: [{
29003
29050
  type: Component,
@@ -29011,7 +29058,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
29011
29058
  }, {
29012
29059
  type: Inject,
29013
29060
  args: [NAE_TAB_DATA]
29014
- }] }, { type: i2$3.ActivatedRoute }];
29061
+ }] }, { type: i2$5.ActivatedRoute }];
29015
29062
  }, propDecorators: { selectedHeaders$: [{
29016
29063
  type: Input
29017
29064
  }], responsiveBody: [{
@@ -29052,7 +29099,7 @@ class AbstractCaseListComponent extends AbstractDefaultCaseListComponent {
29052
29099
  this._caseViewService.nextPage(this.viewport.getRenderedRange(), this.viewport.getDataLength());
29053
29100
  }
29054
29101
  }
29055
- AbstractCaseListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
29102
+ AbstractCaseListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
29056
29103
  AbstractCaseListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractCaseListComponent, selector: "ncc-abstract-case-list", viewQueries: [{ propertyName: "viewport", first: true, predicate: CdkVirtualScrollViewport, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
29057
29104
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListComponent, decorators: [{
29058
29105
  type: Component,
@@ -29066,7 +29113,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
29066
29113
  }, {
29067
29114
  type: Inject,
29068
29115
  args: [NAE_TAB_DATA]
29069
- }] }, { type: i2$3.ActivatedRoute }];
29116
+ }] }, { type: i2$5.ActivatedRoute }];
29070
29117
  }, propDecorators: { viewport: [{
29071
29118
  type: ViewChild,
29072
29119
  args: [CdkVirtualScrollViewport]
@@ -29096,7 +29143,7 @@ class AbstractCaseListPaginatorComponent extends AbstractDefaultCaseListComponen
29096
29143
  return caze.stringId;
29097
29144
  }
29098
29145
  }
29099
- AbstractCaseListPaginatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListPaginatorComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$3.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
29146
+ AbstractCaseListPaginatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListPaginatorComponent, deps: [{ token: CaseViewService }, { token: LoggerService }, { token: NAE_TAB_DATA, optional: true }, { token: i2$5.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
29100
29147
  AbstractCaseListPaginatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractCaseListPaginatorComponent, selector: "ncc-abstract-case-list-paginator", usesInheritance: true, ngImport: i0, template: '', isInline: true });
29101
29148
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCaseListPaginatorComponent, decorators: [{
29102
29149
  type: Component,
@@ -29110,7 +29157,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
29110
29157
  }, {
29111
29158
  type: Inject,
29112
29159
  args: [NAE_TAB_DATA]
29113
- }] }, { type: i2$3.ActivatedRoute }];
29160
+ }] }, { type: i2$5.ActivatedRoute }];
29114
29161
  } });
29115
29162
 
29116
29163
  class AbstractTreeComponent {
@@ -29422,7 +29469,7 @@ class AbstractSingleTaskViewComponent extends AbstractViewWithHeadersComponent {
29422
29469
  return transitionTask;
29423
29470
  }
29424
29471
  }
29425
- AbstractSingleTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskViewComponent, deps: [{ token: TaskViewService }, { token: i2$3.ActivatedRoute }, { token: i5.AsyncPipe }], target: i0.ɵɵFactoryTarget.Component });
29472
+ AbstractSingleTaskViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskViewComponent, deps: [{ token: TaskViewService }, { token: i2$5.ActivatedRoute }, { token: i5.AsyncPipe }], target: i0.ɵɵFactoryTarget.Component });
29426
29473
  AbstractSingleTaskViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSingleTaskViewComponent, selector: "ncc-abstract-single-task-view", inputs: { initiallyExpanded: "initiallyExpanded", preventCollapse: "preventCollapse" }, outputs: { noTaskPresent: "noTaskPresent" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
29427
29474
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSingleTaskViewComponent, decorators: [{
29428
29475
  type: Component,
@@ -29430,7 +29477,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
29430
29477
  selector: 'ncc-abstract-single-task-view',
29431
29478
  template: ''
29432
29479
  }]
29433
- }], ctorParameters: function () { return [{ type: TaskViewService }, { type: i2$3.ActivatedRoute }, { type: i5.AsyncPipe }]; }, propDecorators: { initiallyExpanded: [{
29480
+ }], ctorParameters: function () { return [{ type: TaskViewService }, { type: i2$5.ActivatedRoute }, { type: i5.AsyncPipe }]; }, propDecorators: { initiallyExpanded: [{
29434
29481
  type: Input
29435
29482
  }], preventCollapse: [{
29436
29483
  type: Input
@@ -31640,6 +31687,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
31640
31687
  }] });
31641
31688
 
31642
31689
  class MockAuthenticationService extends AuthenticationService {
31690
+ constructor(_auth, _config, _sessionService, _userTransformer) {
31691
+ super(_auth, _config, _sessionService, _userTransformer);
31692
+ this._auth = _auth;
31693
+ this._config = _config;
31694
+ this._sessionService = _sessionService;
31695
+ this._userTransformer = _userTransformer;
31696
+ }
31643
31697
  login(credentials) {
31644
31698
  return of(new User('id', 'mail', 'name', 'surname', ['ADMIN'], [{ stringId: 'id', name: 'id', importId: 'id' }]));
31645
31699
  }
@@ -31653,11 +31707,11 @@ class MockAuthenticationService extends AuthenticationService {
31653
31707
  return of(true);
31654
31708
  }
31655
31709
  }
31656
- MockAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockAuthenticationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
31710
+ MockAuthenticationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockAuthenticationService, deps: [{ token: AuthenticationMethodService }, { token: ConfigurationService }, { token: SessionService }, { token: UserTransformer }], target: i0.ɵɵFactoryTarget.Injectable });
31657
31711
  MockAuthenticationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockAuthenticationService });
31658
31712
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MockAuthenticationService, decorators: [{
31659
31713
  type: Injectable
31660
- }] });
31714
+ }], ctorParameters: function () { return [{ type: AuthenticationMethodService }, { type: ConfigurationService }, { type: SessionService }, { type: UserTransformer }]; } });
31661
31715
 
31662
31716
  class MockUserPreferenceService {
31663
31717
  constructor() { }
@@ -32656,11 +32710,11 @@ class TestViewService extends ViewService {
32656
32710
  super([], config, router, logger);
32657
32711
  }
32658
32712
  }
32659
- TestViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestViewService, deps: [{ token: ConfigurationService }, { token: i2$3.Router }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
32713
+ TestViewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestViewService, deps: [{ token: ConfigurationService }, { token: i2$5.Router }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
32660
32714
  TestViewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestViewService });
32661
32715
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TestViewService, decorators: [{
32662
32716
  type: Injectable
32663
- }], ctorParameters: function () { return [{ type: ConfigurationService }, { type: i2$3.Router }, { type: LoggerService }]; } });
32717
+ }], ctorParameters: function () { return [{ type: ConfigurationService }, { type: i2$5.Router }, { type: LoggerService }]; } });
32664
32718
 
32665
32719
  /**
32666
32720
  * A utility class that mock any pageable endpoint that takes one parameter