@eo-sdk/client 11.7.0-rc.1 → 11.8.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 (61) hide show
  1. package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
  2. package/app/eo-client/dashboard/dashboard.component.d.ts +3 -2
  3. package/app/eo-client/dashboard/dashboard.component.d.ts.map +1 -1
  4. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.d.ts +30 -0
  5. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.d.ts.map +1 -0
  6. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.d.ts +23 -0
  7. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.d.ts.map +1 -0
  8. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.d.ts +20 -0
  9. package/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.d.ts.map +1 -0
  10. package/app/eo-client/eo-client.module.d.ts +32 -29
  11. package/app/eo-client/eo-client.module.d.ts.map +1 -1
  12. package/app/eo-client/settings/settings.component.d.ts +15 -16
  13. package/app/eo-client/settings/settings.component.d.ts.map +1 -1
  14. package/app/eo-client/settings/settings.interface.d.ts +25 -0
  15. package/app/eo-client/settings/settings.interface.d.ts.map +1 -0
  16. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +0 -1
  17. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  18. package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
  19. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +78 -23
  20. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  21. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.service.d.ts +24 -0
  22. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.service.d.ts.map +1 -0
  23. package/app/eo-framework/grid/filters/dynamic-list-filter.component.d.ts +5 -5
  24. package/app/eo-framework/grid/filters/dynamic-list-filter.component.d.ts.map +1 -1
  25. package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
  26. package/app/eo-framework/object-form/object-form-helper.service.d.ts +31 -11
  27. package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
  28. package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts +51 -26
  29. package/app/eo-framework/upload-overlay/upload-overlay.component.d.ts.map +1 -1
  30. package/app/eo-framework-core/agent/agent.service.d.ts +7 -2
  31. package/app/eo-framework-core/agent/agent.service.d.ts.map +1 -1
  32. package/assets/_default/i18n/de.json +21 -3
  33. package/assets/_default/i18n/en.json +21 -3
  34. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  35. package/esm2022/app/eo-client/dashboard/dashboard.component.mjs +20 -6
  36. package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.mjs +114 -0
  37. package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.mjs +80 -0
  38. package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.mjs +2 -0
  39. package/esm2022/app/eo-client/eo-client.module.mjs +11 -1
  40. package/esm2022/app/eo-client/process-state/process-state.component.mjs +1 -1
  41. package/esm2022/app/eo-client/settings/settings.component.mjs +42 -24
  42. package/esm2022/app/eo-client/settings/settings.interface.mjs +2 -0
  43. package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.mjs +2 -2
  44. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +7 -9
  45. package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +3 -2
  46. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +215 -94
  47. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.service.mjs +39 -0
  48. package/esm2022/app/eo-framework/form-elements/string/string.component.mjs +2 -2
  49. package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +16 -22
  50. package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +8 -3
  51. package/esm2022/app/eo-framework/object-details/object-history/object-history.component.mjs +2 -2
  52. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
  53. package/esm2022/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +3 -3
  54. package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +3 -3
  55. package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +43 -16
  56. package/esm2022/app/eo-framework/stored-query/stored-query-details/dynamic-property-switch/dynamic-property-switch.component.mjs +4 -3
  57. package/esm2022/app/eo-framework/upload-overlay/upload-overlay.component.mjs +163 -92
  58. package/esm2022/app/eo-framework-core/agent/agent.service.mjs +13 -2
  59. package/fesm2022/eo-sdk-client.mjs +727 -266
  60. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  61. package/package.json +3 -2
@@ -1 +1 @@
1
- {"version":3,"file":"about-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/about-state/about-state.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAE,MAAM,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;;AAEjE,qBAKa,mBAAmB;IAsDlB,OAAO,CAAC,OAAO;IAAkB,OAAO,CAAC,WAAW;IAAe,OAAO,CAAC,MAAM;IApD7F,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa;;;;QAAs7D;IACn8D,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI;;;;;MAKF;IAEF,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCN;gBAGkB,OAAO,EAAE,cAAc,EAAU,WAAW,EAAE,WAAW,EAAU,MAAM,EAAE,MAAM;IAcrG,WAAW;IAMX,SAAS,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA,GAAG,MAAM;yCA1EnB,mBAAmB;2CAAnB,mBAAmB;CA6E/B"}
1
+ {"version":3,"file":"about-state.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/about-state/about-state.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAE,MAAM,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;;AAEjE,qBAKa,mBAAmB;IAsDlB,OAAO,CAAC,OAAO;IAAkB,OAAO,CAAC,WAAW;IAAe,OAAO,CAAC,MAAM;IApD7F,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa;;;;QAAogE;IACjhE,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI;;;;;MAKF;IAEF,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAoCN;gBAGkB,OAAO,EAAE,cAAc,EAAU,WAAW,EAAE,WAAW,EAAU,MAAM,EAAE,MAAM;IAcrG,WAAW;IAMX,SAAS,CAAC,KAAK,KAAA,EAAE,IAAI,KAAA,GAAG,MAAM;yCA1EnB,mBAAmB;2CAAnB,mBAAmB;CA6E/B"}
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { OnInit } from '@angular/core';
3
- import { Config, LocalStorageService, TranslateService, UserService } from '@eo-sdk/core';
3
+ import { Config, LocalStorageService, SigningService, TranslateService, UserService } from '@eo-sdk/core';
4
4
  import { WidgetGridRegistry, WidgetGridWorkspaceConfig, WidgetGridWorkspaceOptions } from '@yuuvis/widget-grid';
5
5
  import { PageTitleService, PendingChangesService } from '../../eo-framework-core';
6
6
  import { AfterViewInit } from '@angular/core';
@@ -14,6 +14,7 @@ export declare class DashboardComponent implements OnInit, AfterViewInit {
14
14
  private storageService;
15
15
  translate: TranslateService;
16
16
  private pendingChanges;
17
+ private signingService;
17
18
  workspaceConfig: WidgetGridWorkspaceConfig | undefined;
18
19
  workspaceOptions: WidgetGridWorkspaceOptions;
19
20
  backgroundImage: string;
@@ -22,7 +23,7 @@ export declare class DashboardComponent implements OnInit, AfterViewInit {
22
23
  toolbarIconSrc: string;
23
24
  toolbarIconTooltip: string;
24
25
  pendingTaskID: string;
25
- constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, titleService: PageTitleService, http: HttpClient, config: Config, storageService: LocalStorageService, translate: TranslateService, pendingChanges: PendingChangesService);
26
+ constructor(userService: UserService, widgetGridRegistry: WidgetGridRegistry, titleService: PageTitleService, http: HttpClient, config: Config, storageService: LocalStorageService, translate: TranslateService, pendingChanges: PendingChangesService, signingService: SigningService);
26
27
  onWorkspacesConfigChange(c: WidgetGridWorkspaceConfig): void;
27
28
  private setWidgetGridLabels;
28
29
  private registerWidgets;
@@ -1 +1 @@
1
- {"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EACL,MAAM,EACN,mBAAmB,EACnB,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,kBAAkB,EAClB,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,gBAAgB,EAAE,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AAahF,OAAO,EAAC,aAAa,EAAC,MAAM,eAAe,CAAC;;AAW5C,qBASa,kBAAmB,YAAW,MAAM,EAAE,aAAa;IAkB3C,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,cAAc;IAvBxB,eAAe,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACvD,gBAAgB,EAAE,0BAA0B,CAM1C;IACF,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,SAA0C;IACrD,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,SAAM;gBAGA,WAAW,EAAE,WAAW,EACjC,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,gBAAgB,EAC9B,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,mBAAmB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,cAAc,EAAE,qBAAqB;IAS/C,wBAAwB,CAAC,CAAC,EAAE,yBAAyB;IAIrD,OAAO,CAAC,mBAAmB;IAiC3B,OAAO,CAAC,eAAe;IAkEvB,QAAQ;IAKR,eAAe;IAmBf,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,oBAAoB;IA2B5B,OAAO,CAAC,oBAAoB;IAO5B,mBAAmB,CAAC,MAAM,EAAE,OAAO;yCA3NxB,kBAAkB;2CAAlB,kBAAkB;CAkO9B"}
1
+ {"version":3,"file":"dashboard.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/dashboard/dashboard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EACL,MAAM,EACN,mBAAmB,EAAE,cAAc,EACnC,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AACtB,OAAO,EACL,kBAAkB,EAClB,yBAAyB,EACzB,0BAA0B,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,gBAAgB,EAAE,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AAahF,OAAO,EAAC,aAAa,EAAC,MAAM,eAAe,CAAC;;AAa5C,qBASa,kBAAmB,YAAW,MAAM,EAAE,aAAa;IAkB3C,WAAW,EAAE,WAAW;IACzC,OAAO,CAAC,kBAAkB;IAC1B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,cAAc;IAxBxB,eAAe,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACvD,gBAAgB,EAAE,0BAA0B,CAM1C;IACF,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,SAA0C;IACrD,cAAc,EAAE,OAAO,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,SAAM;gBAGA,WAAW,EAAE,WAAW,EACjC,kBAAkB,EAAE,kBAAkB,EACtC,YAAY,EAAE,gBAAgB,EAC9B,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,mBAAmB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,cAAc,EAAE,qBAAqB,EACrC,cAAc,EAAE,cAAc;IASxC,wBAAwB,CAAC,CAAC,EAAE,yBAAyB;IAIrD,OAAO,CAAC,mBAAmB;IAkC3B,OAAO,CAAC,eAAe;IA2EvB,QAAQ;IAKR,eAAe;IAmBf,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,iBAAiB;IAUzB,OAAO,CAAC,oBAAoB;IA2B5B,OAAO,CAAC,oBAAoB;IAO5B,mBAAmB,CAAC,MAAM,EAAE,OAAO;yCAtOxB,kBAAkB;2CAAlB,kBAAkB;CA6O9B"}
@@ -0,0 +1,30 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { FormControlStatus, UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
+ import { ICodeSystem, SystemService, TranslateService } from '@eo-sdk/core';
4
+ import { IWidgetSetupComponent } from '@yuuvis/widget-grid';
5
+ import { SignatureStatisticsConfig } from '../signature-statistics.interface';
6
+ import * as i0 from "@angular/core";
7
+ export declare class SignatureStatisticsSetupComponent implements IWidgetSetupComponent, OnInit {
8
+ private fb;
9
+ private translate;
10
+ private systemService;
11
+ widgetConfigChange: EventEmitter<SignatureStatisticsConfig>;
12
+ widgetConfigStateChange: EventEmitter<FormControlStatus>;
13
+ setupForm: UntypedFormGroup;
14
+ yuvsigtypeCodesystem: ICodeSystem;
15
+ yuvsigstatusCodesystem: ICodeSystem;
16
+ documentTypesPicker: {
17
+ title: any;
18
+ codesystem: ICodeSystem;
19
+ };
20
+ private _widgetConfig;
21
+ constructor(fb: UntypedFormBuilder, translate: TranslateService, systemService: SystemService);
22
+ get widgetConfig(): SignatureStatisticsConfig;
23
+ set widgetConfig(wc: SignatureStatisticsConfig);
24
+ ngOnInit(): void;
25
+ getObjectTypes(): ICodeSystem;
26
+ private setWidgetConfig;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<SignatureStatisticsSetupComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SignatureStatisticsSetupComponent, "eo-signature-statistics-setup", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, { "widgetConfigChange": "widgetConfigChange"; "widgetConfigStateChange": "widgetConfigStateChange"; }, never, never, false, never>;
29
+ }
30
+ //# sourceMappingURL=signature-statistics-setup.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signature-statistics-setup.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,MAAM,EAAS,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAE,gBAAgB,EAAa,MAAM,gBAAgB,CAAC;AACnG,OAAO,EAAC,WAAW,EAAuB,aAAa,EAAE,gBAAgB,EAAQ,MAAM,cAAc,CAAC;AAEtG,OAAO,EAAC,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAC,yBAAyB,EAAC,MAAM,mCAAmC,CAAC;;AAG5E,qBAMa,iCAAkC,YAAW,qBAAqB,EAAE,MAAM;IAsCnF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IArCb,kBAAkB,0CAAiD;IACnE,uBAAuB,kCAAyC;IAE1E,SAAS,EAAE,gBAAgB,CAQxB;IAEH,oBAAoB,EAAE,WAAW,CAKhB;IAEjB,sBAAsB,EAAE,WAAW,CAKlB;IAEjB,mBAAmB;;;MAGjB;IAEF,OAAO,CAAC,aAAa,CAA8D;gBAGzE,EAAE,EAAE,kBAAkB,EACtB,SAAS,EAAE,gBAAgB,EAC3B,aAAa,EAAE,aAAa;IAatC,IAAI,YAAY,IAAI,yBAAyB,CAE5C;IAED,IAAa,YAAY,CAAC,EAAE,EAAE,yBAAyB,EAWtD;IAED,QAAQ,IAAI,IAAI;IAIhB,cAAc,IAAI,WAAW;IAa7B,OAAO,CAAC,eAAe;yCAvFZ,iCAAiC;2CAAjC,iCAAiC;CA+F7C"}
@@ -0,0 +1,23 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { IWidgetComponent } from '@yuuvis/widget-grid';
3
+ import { Clipboard } from '@angular/cdk/clipboard';
4
+ import { SignatureStatisticsConfig, StatisticsResult } from './signature-statistics.interface';
5
+ import { SigningService, TranslateService } from '@eo-sdk/core';
6
+ import * as i0 from "@angular/core";
7
+ export declare class SignatureStatisticsWidgetComponent implements IWidgetComponent, OnInit {
8
+ private signingService;
9
+ private clipboard;
10
+ private translate;
11
+ statisticsResult: StatisticsResult;
12
+ refreshingRequest: boolean;
13
+ private _widgetConfig;
14
+ constructor(signingService: SigningService, clipboard: Clipboard, translate: TranslateService);
15
+ get widgetConfig(): SignatureStatisticsConfig;
16
+ set widgetConfig(statisticsConfig: SignatureStatisticsConfig | undefined);
17
+ ngOnInit(): void;
18
+ getStatistics(): void;
19
+ copyToClipboard(): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<SignatureStatisticsWidgetComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SignatureStatisticsWidgetComponent, "eo-signature-statistics-widget", never, { "widgetConfig": { "alias": "widgetConfig"; "required": false; }; }, {}, never, never, false, never>;
22
+ }
23
+ //# sourceMappingURL=signature-statistics-widget.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signature-statistics-widget.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAC,MAAM,eAAe,CAAC;AACvD,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;AACjD,OAAO,EAAC,yBAAyB,EAAE,gBAAgB,EAAC,MAAM,kCAAkC,CAAC;AAC7F,OAAO,EAAC,cAAc,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAE9D,qBAMa,kCAAmC,YAAW,gBAAgB,EAAE,MAAM;IAOrE,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,SAAS;IAP7B,gBAAgB,EAAE,gBAAgB,CAAqE;IACvG,iBAAiB,UAAS;IAE1B,OAAO,CAAC,aAAa,CAA8D;gBAE/D,cAAc,EAAE,cAAc,EAC9B,SAAS,EAAE,SAAS,EACpB,SAAS,EAAE,gBAAgB;IAG/C,IAAI,YAAY,IAAI,yBAAyB,CAE5C;IAED,IAAa,YAAY,CAAC,gBAAgB,EAAE,yBAAyB,GAAG,SAAS,EAKhF;IAED,QAAQ,IAAI,IAAI;IAEhB,aAAa,IAAI,IAAI;IAmBrB,eAAe,IAAI,IAAI;yCA5CZ,kCAAkC;2CAAlC,kCAAkC;CAgE9C"}
@@ -0,0 +1,20 @@
1
+ import { ObjectType } from '@eo-sdk/core';
2
+ export interface SignatureStatisticsConfig {
3
+ title: string;
4
+ showZero: boolean;
5
+ documentTypes: ObjectType[];
6
+ aggregationField: string;
7
+ status: string[];
8
+ type: string[];
9
+ from: Date | string;
10
+ to: Date | string;
11
+ }
12
+ export interface StatisticsResult {
13
+ signaturesAmount: number | null;
14
+ documentsAmount: number | null;
15
+ aggregations: {
16
+ key: string;
17
+ value: any;
18
+ }[];
19
+ }
20
+ //# sourceMappingURL=signature-statistics.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signature-statistics.interface.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,UAAU,EAAE,CAAC;IAC5B,gBAAgB,EAAE,MAAM,CAAC;IACzB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC;IACpB,EAAE,EAAE,IAAI,GAAG,MAAM,CAAC;CACnB;AACD,MAAM,WAAW,gBAAgB;IAC/B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,YAAY,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAA;KAAE,EAAE,CAAC;CAC7C"}
@@ -18,39 +18,42 @@ import * as i15 from "./dashboard/widgets/iframe-widget/iframe-widget.component"
18
18
  import * as i16 from "./dashboard/widgets/info-inbox-widget/info-inbox-widget.component";
19
19
  import * as i17 from "./dashboard/widgets/info-intray-widget/info-intray-widget.component";
20
20
  import * as i18 from "./dashboard/widgets/search-widget/search-widget.component";
21
- import * as i19 from "./dashboard/widgets/last-edited-widget/last-edited-and-created.component";
22
- import * as i20 from "./dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component";
23
- import * as i21 from "./dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component";
24
- import * as i22 from "./dashboard/widgets/hitlist-widget/hitlist-widget.component";
25
- import * as i23 from "./dashboard/widgets/charts-widget/charts-widget.component";
26
- import * as i24 from "./dashboard/widgets/charts-widget/charts-setup/charts-setup.component";
27
- import * as i25 from "./dashboard/widgets/count-objects-widget/count-objects-widget.component";
28
- import * as i26 from "./dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component";
29
- import * as i27 from "./dashboard/widgets/todowidget/todo-widget.component";
30
- import * as i28 from "./dashboard/widgets/todowidget/todo-setup/todo-setup.component";
31
- import * as i29 from "./dashboard/widgets/picture-widget/picture-widget.component";
32
- import * as i30 from "./dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component";
33
- import * as i31 from "@angular/common";
34
- import * as i32 from "@angular/forms";
35
- import * as i33 from "./object-state/object-state.module";
36
- import * as i34 from "./inbox-state/inbox-state.module";
37
- import * as i35 from "./prepare-state/prepare-state.module";
38
- import * as i36 from "./eo-client-routing.module";
39
- import * as i37 from "../eo-framework/eo-framework.module";
40
- import * as i38 from "../eo-framework/grid/grid.module";
41
- import * as i39 from "@yuuvis/components/master-details";
42
- import * as i40 from "@yuuvis/components/tabs";
43
- import * as i41 from "@yuuvis/components/split-view";
44
- import * as i42 from "@yuuvis/components/dropdown";
45
- import * as i43 from "@yuuvis/widget-grid";
46
- import * as i44 from "@carbon/charts-angular";
47
- import * as i45 from "@angular/cdk/drag-drop";
48
- import * as i46 from "@angular/router";
21
+ import * as i19 from "./dashboard/widgets/signature-statistics-widget/signature-statistics-widget.component";
22
+ import * as i20 from "./dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component";
23
+ import * as i21 from "./dashboard/widgets/last-edited-widget/last-edited-and-created.component";
24
+ import * as i22 from "./dashboard/widgets/last-edited-widget/last-edited-and-created-setup/last-edited-and-created-setup.component";
25
+ import * as i23 from "./dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component";
26
+ import * as i24 from "./dashboard/widgets/hitlist-widget/hitlist-widget.component";
27
+ import * as i25 from "./dashboard/widgets/charts-widget/charts-widget.component";
28
+ import * as i26 from "./dashboard/widgets/charts-widget/charts-setup/charts-setup.component";
29
+ import * as i27 from "./dashboard/widgets/count-objects-widget/count-objects-widget.component";
30
+ import * as i28 from "./dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component";
31
+ import * as i29 from "./dashboard/widgets/todowidget/todo-widget.component";
32
+ import * as i30 from "./dashboard/widgets/todowidget/todo-setup/todo-setup.component";
33
+ import * as i31 from "./dashboard/widgets/picture-widget/picture-widget.component";
34
+ import * as i32 from "./dashboard/widgets/picture-widget/picture-widget-setup/picture-widget-setup.component";
35
+ import * as i33 from "@angular/common";
36
+ import * as i34 from "@angular/cdk/clipboard";
37
+ import * as i35 from "@angular/forms";
38
+ import * as i36 from "./object-state/object-state.module";
39
+ import * as i37 from "./inbox-state/inbox-state.module";
40
+ import * as i38 from "./prepare-state/prepare-state.module";
41
+ import * as i39 from "./eo-client-routing.module";
42
+ import * as i40 from "../eo-framework/eo-framework.module";
43
+ import * as i41 from "../eo-framework/grid/grid.module";
44
+ import * as i42 from "@yuuvis/components/master-details";
45
+ import * as i43 from "@yuuvis/components/tabs";
46
+ import * as i44 from "@yuuvis/components/split-view";
47
+ import * as i45 from "@yuuvis/components/dropdown";
48
+ import * as i46 from "@yuuvis/widget-grid";
49
+ import * as i47 from "@carbon/charts-angular";
50
+ import * as i48 from "@angular/cdk/drag-drop";
51
+ import * as i49 from "@angular/router";
49
52
  export declare class EoClientModule {
50
53
  static forRoot(): ModuleWithProviders<EoClientModule>;
51
54
  constructor(parentModule: EoClientModule);
52
55
  static ɵfac: i0.ɵɵFactoryDeclaration<EoClientModule, [{ optional: true; skipSelf: true; }]>;
53
- static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent, typeof i12.IframeSetupComponent, typeof i13.InfoInboxSetupComponent, typeof i14.InfoIntraySetupComponent, typeof i15.IframeWidgetComponent, typeof i16.InfoInboxWidgetComponent, typeof i17.InfoIntrayWidgetComponent, typeof i18.SearchWidgetComponent, typeof i15.SafeUrlPipe, typeof i19.LastEditedAndCreatedComponent, typeof i20.LastEditedAndCreatedSetupComponent, typeof i21.HitlistSetupComponent, typeof i22.HitlistWidgetComponent, typeof i23.ChartsWidgetComponent, typeof i24.ChartsSetupComponent, typeof i25.CountObjectsWidgetComponent, typeof i26.CountObjectsSetupComponent, typeof i27.TodoWidgetComponent, typeof i28.TodoSetupComponent, typeof i29.PictureWidgetComponent, typeof i30.PictureWidgetSetupComponent], [typeof i31.CommonModule, typeof i32.FormsModule, typeof i32.ReactiveFormsModule, typeof i33.ObjectStateModule, typeof i34.InboxStateModule, typeof i35.PrepareStateModule, typeof i36.EoClientRoutingModule, typeof i37.EoFrameworkModule, typeof i38.GridModule, typeof i39.YvcMasterDetailsModule, typeof i40.YvcTabsModule, typeof i41.YvcSplitViewModule, typeof i42.YvcDropdownModule, typeof i43.YuvWidgetGridModule, typeof i44.ChartsModule, typeof i45.DragDropModule], [typeof i46.RouterModule, typeof i37.EoFrameworkModule]>;
56
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EoClientModule, [typeof i1.DashboardComponent, typeof i2.SettingsComponent, typeof i3.LoginComponent, typeof i4.ResultStateComponent, typeof i5.FavoriteStateComponent, typeof i6.NotificationsStateComponent, typeof i7.AboutStateComponent, typeof i8.StoredQueriesStateComponent, typeof i9.ProcessStateComponent, typeof i10.VersionStateComponent, typeof i11.RecyclebinStateComponent, typeof i12.IframeSetupComponent, typeof i13.InfoInboxSetupComponent, typeof i14.InfoIntraySetupComponent, typeof i15.IframeWidgetComponent, typeof i16.InfoInboxWidgetComponent, typeof i17.InfoIntrayWidgetComponent, typeof i18.SearchWidgetComponent, typeof i19.SignatureStatisticsWidgetComponent, typeof i20.SignatureStatisticsSetupComponent, typeof i15.SafeUrlPipe, typeof i21.LastEditedAndCreatedComponent, typeof i22.LastEditedAndCreatedSetupComponent, typeof i23.HitlistSetupComponent, typeof i24.HitlistWidgetComponent, typeof i25.ChartsWidgetComponent, typeof i26.ChartsSetupComponent, typeof i27.CountObjectsWidgetComponent, typeof i28.CountObjectsSetupComponent, typeof i29.TodoWidgetComponent, typeof i30.TodoSetupComponent, typeof i31.PictureWidgetComponent, typeof i32.PictureWidgetSetupComponent], [typeof i33.CommonModule, typeof i34.ClipboardModule, typeof i35.FormsModule, typeof i35.ReactiveFormsModule, typeof i36.ObjectStateModule, typeof i37.InboxStateModule, typeof i38.PrepareStateModule, typeof i39.EoClientRoutingModule, typeof i40.EoFrameworkModule, typeof i41.GridModule, typeof i42.YvcMasterDetailsModule, typeof i43.YvcTabsModule, typeof i44.YvcSplitViewModule, typeof i45.YvcDropdownModule, typeof i46.YuvWidgetGridModule, typeof i47.ChartsModule, typeof i48.DragDropModule], [typeof i49.RouterModule, typeof i40.EoFrameworkModule]>;
54
57
  static ɵinj: i0.ɵɵInjectorDeclaration<EoClientModule>;
55
58
  }
56
59
  //# sourceMappingURL=eo-client.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDhF,qBAuDa,cAAc;IAEzB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,cAAc,CAAC;gBAMjB,YAAY,EAAE,cAAc;yCARrD,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAc1B"}
1
+ {"version":3,"file":"eo-client.module.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-client/eo-client.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAA+B,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDhF,qBA0Da,cAAc;IAEzB,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,cAAc,CAAC;gBAMjB,YAAY,EAAE,cAAc;yCARrD,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAc1B"}
@@ -6,6 +6,7 @@ import { AgentService } from '../../eo-framework-core/agent/agent.service';
6
6
  import { PageTitleService } from '../../eo-framework-core/title/page-title.service';
7
7
  import { UserAvatarComponent } from '../../eo-framework/ui/user-avatar/user-avatar.component';
8
8
  import { LockSettings } from './agent-lock-settings.enum';
9
+ import { Deputies, ClientLocale, SchemaLocale } from './settings.interface';
9
10
  import * as i0 from "@angular/core";
10
11
  export declare class SettingsComponent implements AfterViewInit {
11
12
  private renderer;
@@ -23,18 +24,21 @@ export declare class SettingsComponent implements AfterViewInit {
23
24
  translate: TranslateService;
24
25
  private elemRef;
25
26
  private notification;
27
+ files: ElementRef;
28
+ headerBg: ElementRef | undefined;
29
+ userAvatar: UserAvatarComponent;
30
+ confirmDeleteBtn: ElementRef;
31
+ profileImageOverlay: ElementRef;
32
+ deputiesForm: NgForm;
26
33
  user: EoUser;
27
34
  capabilities: Capabilities;
28
- deputies: {
29
- data: string[];
30
- dataMeta: any[];
31
- };
35
+ deputies: Deputies;
32
36
  showChangePasswordForm: boolean;
33
- clientLocales: any;
34
- schemaLocales: any[];
37
+ clientLocales: ClientLocale[];
38
+ schemaLocales: SchemaLocale[];
35
39
  LockSettings: typeof LockSettings;
36
40
  agentLockSettings: LockSettings;
37
- useAgentControl: UntypedFormControl;
41
+ useAgentControl: UntypedFormControl | undefined;
38
42
  showAgentConfig: boolean;
39
43
  defaultLockSetting: boolean;
40
44
  user$: Observable<any>;
@@ -42,7 +46,7 @@ export declare class SettingsComponent implements AfterViewInit {
42
46
  showDeleteIconTrash: boolean;
43
47
  userImageUri: string;
44
48
  preview: string;
45
- file: any;
49
+ file: File | null;
46
50
  hoverSelector: boolean;
47
51
  showPreviewDialog: boolean;
48
52
  showDeleteDialog: boolean;
@@ -51,12 +55,6 @@ export declare class SettingsComponent implements AfterViewInit {
51
55
  viewMode: string;
52
56
  fileName: string;
53
57
  deleteConfigDashboard: boolean;
54
- files: ElementRef;
55
- headerBg: any;
56
- userAvatar: UserAvatarComponent;
57
- confirmDeleteBtn: ElementRef;
58
- profileImageOverlay: ElementRef;
59
- deputiesForm: NgForm;
60
58
  constructor(renderer: Renderer2, userService: UserService, config: Config, notify: NotificationsService, systemService: SystemService, eventService: EventService, capabilitiesService: CapabilitiesService, titleService: PageTitleService, agentService: AgentService, fb: UntypedFormBuilder, cacheService: AppCacheService, storageService: LocalStorageService, translate: TranslateService, elemRef: ElementRef, notification: NotificationsService);
61
59
  get agentStatus(): Observable<boolean>;
62
60
  get activeSchema(): string;
@@ -73,9 +71,9 @@ export declare class SettingsComponent implements AfterViewInit {
73
71
  setPresence(b: boolean): void;
74
72
  closePreviewDialog(): void;
75
73
  deleteUserImage(): void;
76
- selectImage(event: any): void;
74
+ selectImage(eventTarget: EventTarget): void;
77
75
  uploadNewUserImage(): void;
78
- tabAction(input: HTMLInputElement): void;
76
+ tabAction(eventTarget: EventTarget): void;
79
77
  mouseEnter(): void;
80
78
  mouseLeave(): void;
81
79
  trashIconClick(): void;
@@ -84,6 +82,7 @@ export declare class SettingsComponent implements AfterViewInit {
84
82
  saveLocalSettings(): Promise<void>;
85
83
  loadLocalSettings(): void;
86
84
  defaultDashboard(): void;
85
+ resetImageTarget(event: Event): void;
87
86
  static ɵfac: i0.ɵɵFactoryDeclaration<SettingsComponent, never>;
88
87
  static ɵcmp: i0.ɵɵComponentDeclaration<SettingsComponent, "eo-settings", never, {}, {}, never, never, false, never>;
89
88
  }
@@ -1 +1 @@
1
- {"version":3,"file":"settings.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAa,UAAU,EAAE,SAAS,EAAY,MAAM,eAAe,CAAC;AACzF,OAAO,EAAC,MAAM,EAAE,kBAAkB,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AAC9E,OAAO,EACL,eAAe,EACf,YAAY,EACZ,mBAAmB,EACnB,MAAM,EAEN,MAAM,EACN,YAAY,EACZ,mBAAmB,EACnB,oBAAoB,EACpB,aAAa,EACb,gBAAgB,EAChB,WAAW,EAEZ,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAC,UAAU,EAA2B,MAAM,MAAM,CAAC;AAE1D,OAAO,EAAC,YAAY,EAAkB,MAAM,6CAA6C,CAAC;AAC1F,OAAO,EAAC,gBAAgB,EAAC,MAAM,kDAAkD,CAAC;AAClF,OAAO,EAAC,mBAAmB,EAAC,MAAM,yDAAyD,CAAC;AAC5F,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC;;AACxD,qBAMa,iBAAkB,YAAW,aAAa;IAuCzC,OAAO,CAAC,QAAQ;IACnB,WAAW,EAAE,WAAW;IACxB,MAAM,EAAE,MAAM;IACrB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,cAAc;IACf,SAAS,EAAE,gBAAgB;IAClC,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IAnDtB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,YAAY,CAAC;IAC3B,QAAQ,EAAE;QACR,IAAI,EAAE,MAAM,EAAE,CAAC;QACf,QAAQ,EAAE,GAAG,EAAE,CAAA;KAChB,CAAC;IACF,sBAAsB,EAAE,OAAO,CAAC;IAChC,aAAa,EAAE,GAAG,CAAC;IACnB,aAAa,EAAE,GAAG,EAAE,CAAC;IACd,YAAY,sBAAgB;IACnC,iBAAiB,EAAE,YAAY,CAAC;IAChC,eAAe,EAAE,kBAAkB,CAAC;IACpC,eAAe,UAAQ;IACvB,kBAAkB,UAAS;IAE3B,KAAK,kBAA0B;IAC/B,MAAM,SAAM;IACZ,mBAAmB,UAAQ;IAC3B,YAAY,SAAM;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,GAAG,CAAC;IACV,aAAa,UAAS;IACtB,iBAAiB,UAAS;IAC1B,gBAAgB,UAAS;IACzB,eAAe,UAAS;IACxB,aAAa,SAAU;IACvB,QAAQ,SAAM;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,OAAO,CAAC;IAEX,KAAK,EAAE,UAAU,CAAoB;IAClC,QAAQ,MAAC;IACP,UAAU,EAAE,mBAAmB,CAAC;IAC1B,gBAAgB,EAAE,UAAU,CAAC;IAC1B,mBAAmB,EAAE,UAAU,CAAC;IAC/C,YAAY,EAAE,MAAM,CAAC;gBAEpB,QAAQ,EAAE,SAAS,EAC9B,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,MAAM,EACb,MAAM,EAAE,oBAAoB,EAC5B,aAAa,EAAE,aAAa,EAC5B,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB,EACxC,YAAY,EAAE,gBAAgB,EAC9B,YAAY,EAAE,YAAY,EAC1B,EAAE,EAAE,kBAAkB,EACtB,YAAY,EAAE,eAAe,EAC7B,cAAc,EAAE,mBAAmB,EACpC,SAAS,EAAE,gBAAgB,EAC1B,OAAO,EAAE,UAAU,EACnB,YAAY,EAAE,oBAAoB;IAqB5C,IAAI,WAAW,IAAI,UAAU,CAAC,OAAO,CAAC,CAErC;IAED,IAAI,YAAY,IAAI,MAAM,CAEzB;IAED,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO;IAIxC,kBAAkB,CAAC,YAAY,EAAE,YAAY;IAI7C,gBAAgB;IAMhB,YAAY;IAKZ,aAAa;IAIb,WAAW;IAYX,MAAM,IAAI,IAAI;IAId,kBAAkB,CAAC,GAAG,EAAE,MAAM;IAQ9B,kBAAkB,CAAC,GAAG,EAAE,MAAM;IAU9B,eAAe;IAUf,WAAW,CAAC,CAAC,EAAE,OAAO;IAStB,kBAAkB;IAKlB,eAAe;IAoBf,WAAW,CAAC,KAAK,KAAA,GAAG,IAAI;IA8BxB,kBAAkB;IAoBlB,SAAS,CAAC,KAAK,EAAE,gBAAgB;IAIjC,UAAU;IAGV,UAAU;IAGV,cAAc;IAId,gCAAgC,CAAC,QAAQ,EAAE,MAAM;IAOjD,kBAAkB;IAeZ,iBAAiB;IAOvB,iBAAiB;IAOjB,gBAAgB;yCA3RL,iBAAiB;2CAAjB,iBAAiB;CAkS7B"}
1
+ {"version":3,"file":"settings.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.component.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,25 @@
1
+ export interface DeputyMeta {
2
+ id: string;
3
+ name: string;
4
+ type: string;
5
+ firstname: string;
6
+ lastname: string;
7
+ title: string;
8
+ email: string;
9
+ active: boolean;
10
+ }
11
+ export interface Deputies {
12
+ data: string[];
13
+ dataMeta: DeputyMeta[];
14
+ }
15
+ export interface ClientLocale {
16
+ iso: string;
17
+ label: string;
18
+ fallback?: boolean;
19
+ }
20
+ export interface SchemaLocale {
21
+ code: string;
22
+ displayname: string;
23
+ displaynamelocal: boolean;
24
+ }
25
+ //# sourceMappingURL=settings.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.interface.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-client/settings/settings.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,QAAQ;IACvB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,EAAE,UAAU,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,OAAO,CAAC;CAC3B"}
@@ -128,7 +128,6 @@ export declare class AppSearchComponent implements OnInit, AfterViewInit, OnDest
128
128
  xpAddToTerm(str: any): void;
129
129
  toggleType(_type: ObjectType): void;
130
130
  isTypeActive(_type: ObjectType): boolean;
131
- isTypeSaved(_type: ObjectType): boolean;
132
131
  getAggregationCount(_type: ObjectType): any;
133
132
  private buildFilter;
134
133
  setFilter(filterType: string, operator: string, key: any, form?: NgForm): void;
@@ -1 +1 @@
1
- {"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"datetime-range.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/datetime-range/datetime-range.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAA0B,MAAM,eAAe,CAAC;AAChF,OAAO,EACL,SAAS,EACT,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACT,kBAAkB,EAGnB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EAAC,UAAU,EAAgB,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACxE,OAAO,EAAC,cAAc,EAAC,MAAM,mDAAmD,CAAC;;AAEjF,qBAoBa,sBAAuB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IA4BxE,OAAO,CAAC,EAAE;IAA6B,SAAS,EAAE,gBAAgB;IA1BrE,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,SAAQ;IAEE,UAAU,EAAE,OAAO,CAAS;IAEvD,SAAS,EAAE,SAAS,CAGjB;IACH,KAAK,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,OAAO,CAAQ;IAGhB,sBAAsB;;;QAK3B;IAEK,YAAY,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,cAAc,CAAC;IACzB,iBAAiB,MAAQ;IACzB,qBAAqB,MAAQ;gBAET,EAAE,EAAE,kBAAkB,EAAS,SAAS,EAAE,gBAAgB;IAO9E,eAAe,MAAO,GAAG,UAAQ;IACjC,gBAAgB,aAAa;IAE7B,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAInC,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,yBAAyB,CAAC,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIhD,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,KAAK;IAOL,aAAa,CAAC,YAAY,SAAoB;IA0C9C,OAAO,CAAC,SAAS;IAuCjB,UAAU,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM;IAMxB,QAAQ,CAAC,CAAC,EAAE,kBAAkB;IAmBrC,QAAQ;yCAtKG,sBAAsB;2CAAtB,sBAAsB;CAyKlC"}
1
+ {"version":3,"file":"datetime-range.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/datetime-range/datetime-range.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAA0B,MAAM,eAAe,CAAC;AAChF,OAAO,EACL,SAAS,EACT,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EACT,kBAAkB,EAGnB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EAAC,UAAU,EAAgB,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACxE,OAAO,EAAC,cAAc,EAAC,MAAM,mDAAmD,CAAC;;AAEjF,qBAoBa,sBAAuB,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IA4BxE,OAAO,CAAC,EAAE;IAA6B,SAAS,EAAE,gBAAgB;IA1BrE,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,SAAQ;IAEE,UAAU,EAAE,OAAO,CAAS;IAEvD,SAAS,EAAE,SAAS,CAGjB;IACH,KAAK,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,OAAO,CAAQ;IAGhB,sBAAsB;;;QAK3B;IAEK,YAAY,EAAE,MAAM,CAAC;IAC5B,QAAQ,EAAE,cAAc,CAAC;IACzB,iBAAiB,MAAQ;IACzB,qBAAqB,MAAQ;gBAET,EAAE,EAAE,kBAAkB,EAAS,SAAS,EAAE,gBAAgB;IAO9E,eAAe,MAAO,GAAG,UAAQ;IACjC,gBAAgB,aAAa;IAE7B,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAInC,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,yBAAyB,CAAC,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIhD,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,KAAK;IAOL,aAAa,CAAC,YAAY,SAAoB;IA2C9C,OAAO,CAAC,SAAS;IAuCjB,UAAU,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM;IAMxB,QAAQ,CAAC,CAAC,EAAE,kBAAkB;IAmBrC,QAAQ;yCAvKG,sBAAsB;2CAAtB,sBAAsB;CA0KlC"}
@@ -1,35 +1,61 @@
1
- import { OnInit } from '@angular/core';
1
+ import { OnInit, OnDestroy } from '@angular/core';
2
2
  import { UntypedFormControl, ControlValueAccessor, Validator } from '@angular/forms';
3
3
  import { AutoComplete } from '@yuuvis/components/autocomplete';
4
4
  import { TreeNode } from '../../tree/tree.component.interface';
5
+ import { LocalStorageService, AutocompleteResponse } from '@eo-sdk/core';
6
+ import { Observable } from 'rxjs';
7
+ import { ObjectFormHelperService } from '../../object-form/object-form-helper.service';
8
+ import { DynamicListService } from './dynamic-list.service';
5
9
  import * as i0 from "@angular/core";
6
- export declare class DynamicListComponent implements ControlValueAccessor, Validator, OnInit {
10
+ export declare class DynamicListComponent implements ControlValueAccessor, Validator, OnInit, OnDestroy {
11
+ private dynamicListService;
12
+ private localStorageService;
13
+ private objectFormHelperService;
7
14
  autoCompleteInput: AutoComplete;
8
15
  autoCompleteButton: any;
9
16
  situation: string;
10
17
  multiselect: boolean;
11
18
  pickerTitle: string;
12
19
  readonly: boolean;
13
- private _filterFunc;
14
- set filterFunction(func: Function);
15
- private _list;
16
- set listObject(lo: any);
17
- get list(): any;
20
+ formControlName: string;
21
+ formElementChanges: Observable<any>;
22
+ hasAutocompleteUrl: boolean;
23
+ hasAutocompleteValuesCached: boolean;
24
+ autocompleteUrlValue: string;
18
25
  valueField: string;
19
26
  subEntriesField: string;
20
27
  projectsEntriesField: string;
21
28
  descriptionField: string;
22
29
  display: boolean;
23
- private dirty;
24
- private isValid;
25
30
  value: any;
26
31
  tree: TreeNode[];
27
- private _selectedNodes;
28
- set selectedNodes(n: any);
29
- get selectedNodes(): any;
30
32
  autocompleteRes: any;
31
33
  autocompleteValues: TreeNode[];
32
- constructor();
34
+ previousSearchValue: string;
35
+ hasFormElementChanged: boolean;
36
+ private autocompleteSearchValue$;
37
+ private _selectedNodes;
38
+ private isValid;
39
+ private formElementChangesSubscription;
40
+ private _list;
41
+ constructor(dynamicListService: DynamicListService, localStorageService: LocalStorageService, objectFormHelperService: ObjectFormHelperService);
42
+ get list(): any;
43
+ get selectedNodes(): any;
44
+ set filterFunction(func: Function);
45
+ set listObject(lo: AutocompleteResponse);
46
+ set autocompleteUrl(url: string);
47
+ set selectedNodes(n: any);
48
+ /**
49
+ * Fetches autocomplete data based on the provided search value.
50
+ *
51
+ * If the autocomplete values are cached and there is no search value or form element change,
52
+ * it retrieves the cached values from local storage. Otherwise, it makes an HTTP request to fetch
53
+ * the autocomplete data.
54
+ *
55
+ * @param {string} [searchValue=null] - The search value used to filter the autocomplete results.
56
+ * @returns {void}
57
+ */
58
+ fetchAutocompleteData(searchValue?: string): void;
33
59
  propagateChange: (_: any) => void;
34
60
  writeValue(value: any): void;
35
61
  registerOnChange(fn: any): void;
@@ -37,7 +63,35 @@ export declare class DynamicListComponent implements ControlValueAccessor, Valid
37
63
  onAutoCompleteSelect(node?: any): void;
38
64
  onAutoCompleteUnselect(node?: any): void;
39
65
  onTreeSelectionChanged(evt: any): void;
40
- onClear(): void;
66
+ /**
67
+ * Handles the autocomplete functionality based on the provided search term.
68
+ *
69
+ * If `selectedNodes` is set, it resets and updates `selectedNodes` with the search term.
70
+ * If `hasAutocompleteUrl` is true, it triggers an autocomplete search via an observable.
71
+ * Otherwise, it filters the autocomplete results locally.
72
+ *
73
+ * @param {string} term - The search term used for autocomplete.
74
+ * @returns {void}
75
+ */
76
+ autocompleteFn(term: string): void;
77
+ showDialog(event?: any, display?: boolean): void;
78
+ ngOnInit(): void;
79
+ validate(c: UntypedFormControl): {
80
+ [key: string]: string | boolean | {
81
+ valid: boolean;
82
+ };
83
+ };
84
+ ngOnDestroy(): void;
85
+ /**
86
+ * Processes the given list object and updates the component's state accordingly.
87
+ *
88
+ * This method updates the internal list, selected nodes, and various configuration fields
89
+ * based on the provided list object. It also triggers the building of the tree structure.
90
+ *
91
+ * @param {AutocompleteResponse} listObject - The list object containing configuration and data.
92
+ * @private
93
+ */
94
+ private processListObject;
41
95
  /**
42
96
  * Sets and propagates the form controls value based on the components inner values. Propagates only
43
97
  * when the value has changed.
@@ -47,16 +101,17 @@ export declare class DynamicListComponent implements ControlValueAccessor, Valid
47
101
  private buildTree;
48
102
  private addTreeNode;
49
103
  private checkSelected;
50
- autocompleteFn(term: string): void;
51
104
  private listEntryToTreeNode;
52
- showDialog(event?: any, display?: boolean): void;
53
- ngOnInit(): void;
54
- validate(c: UntypedFormControl): {
55
- dynamiclist: {
56
- valid: boolean;
57
- };
58
- };
105
+ /**
106
+ * Filters the autocomplete results based on the provided search term.
107
+ *
108
+ * The method filters the `autocompleteValues` array to find nodes that match the search term.
109
+ * It also applies additional filtering based on the `filterFunction` and `multiselect` properties.
110
+ *
111
+ * @param {string} term - The search term used to filter the autocomplete results.
112
+ */
113
+ private filterAutocompleteResults;
59
114
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicListComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<DynamicListComponent, "eo-dynamic-list", never, { "situation": { "alias": "situation"; "required": false; }; "multiselect": { "alias": "multiselect"; "required": false; }; "pickerTitle": { "alias": "pickerTitle"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "filterFunction": { "alias": "filterFunction"; "required": false; }; "listObject": { "alias": "listObject"; "required": false; }; }, {}, never, never, false, never>;
115
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicListComponent, "eo-dynamic-list", never, { "situation": { "alias": "situation"; "required": false; }; "multiselect": { "alias": "multiselect"; "required": false; }; "pickerTitle": { "alias": "pickerTitle"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "formElementChanges": { "alias": "formElementChanges"; "required": false; }; "filterFunction": { "alias": "filterFunction"; "required": false; }; "listObject": { "alias": "listObject"; "required": false; }; "autocompleteUrl": { "alias": "autocompleteUrl"; "required": false; }; }, {}, never, never, false, never>;
61
116
  }
62
117
  //# sourceMappingURL=dynamic-list.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dynamic-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,MAAM,EAA+B,MAAM,eAAe,CAAC;AAC1F,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EAGV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,qCAAqC,CAAC;;AAG7D,qBAiBa,oBAAqB,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM;IAEvD,iBAAiB,EAAE,YAAY,CAAC;IACtC,kBAAkB,MAAC;IAE/B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAE3B,OAAO,CAAC,WAAW,CAAW;IAE9B,IACI,cAAc,CAAC,IAAI,EAAE,QAAQ,EAKhC;IAED,OAAO,CAAC,KAAK,CAAM;IAEnB,IACI,UAAU,CAAC,EAAE,EAAE,GAAG,EA0BrB;IAED,IAAI,IAAI,QAEP;IAED,UAAU,SAAW;IACrB,eAAe,SAAa;IAC5B,oBAAoB,SAAc;IAClC,gBAAgB,SAAiB;IACjC,OAAO,UAAS;IAChB,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,OAAO,CAAQ;IACvB,KAAK,MAAC;IACN,IAAI,EAAE,QAAQ,EAAE,CAAC;IACjB,OAAO,CAAC,cAAc,CAAM;IAC5B,IAAI,aAAa,CAAC,CAAC,EAAE,GAAG,EAKvB;IACD,IAAI,aAAa,IANI,GAAG,CAQvB;IACD,eAAe,MAAC;IAChB,kBAAkB,EAAE,QAAQ,EAAE,CAAM;;IAKpC,eAAe,MAAO,GAAG,UACxB;IAED,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAgC5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,oBAAoB,CAAC,IAAI,CAAC,KAAA;IAM1B,sBAAsB,CAAC,IAAI,CAAC,KAAA;IAK5B,sBAAsB,CAAC,GAAG,KAAA;IAS1B,OAAO;IAOP;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;IAgB3B,OAAO,CAAC,SAAS;IASjB,OAAO,CAAC,WAAW;IAuBnB,OAAO,CAAC,aAAa;IAyBrB,cAAc,CAAC,IAAI,EAAE,MAAM;IAgB3B,OAAO,CAAC,mBAAmB;IAyB3B,UAAU,CAAC,KAAK,CAAC,KAAA,EAAE,OAAO,UAAO;IAYjC,QAAQ;IAMD,QAAQ,CAAC,CAAC,EAAE,kBAAkB;;;;;yCA9R1B,oBAAoB;2CAApB,oBAAoB;CAqShC"}
1
+ {"version":3,"file":"dynamic-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,24 @@
1
+ import { AutocompleteResponse, AutocompleteService, SearchParams } from '@eo-sdk/core';
2
+ import { Observable } from 'rxjs';
3
+ import { ObjectFormHelperService } from '../../object-form/object-form-helper.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DynamicListService {
6
+ private autocompleteService;
7
+ private objectFormHelperService;
8
+ private formElements;
9
+ constructor(autocompleteService: AutocompleteService, objectFormHelperService: ObjectFormHelperService);
10
+ /**
11
+ * Fetches autocomplete data from the given URL with the specified search parameters.
12
+ *
13
+ * This method processes the URL with the provided parameters and form elements,
14
+ * then makes an HTTP request to fetch the autocomplete data.
15
+ *
16
+ * @param {string} url - The base URL for the autocomplete request.
17
+ * @param {SearchParams} params - The search parameters to be included in the request.
18
+ * @returns {Observable<AutocompleteResponse>} - An observable containing the autocomplete response data.
19
+ */
20
+ getAutocompleteData(url: string, params: SearchParams): Observable<AutocompleteResponse>;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<DynamicListService, never>;
22
+ static ɵprov: i0.ɵɵInjectableDeclaration<DynamicListService>;
23
+ }
24
+ //# sourceMappingURL=dynamic-list.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dynamic-list.service.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/dynamic-list/dynamic-list.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,oBAAoB,EAAE,mBAAmB,EAAE,YAAY,EAAC,MAAM,cAAc,CAAC;AACrF,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,uBAAuB,EAAC,MAAM,8CAA8C,CAAC;;AAErF,qBAGa,kBAAkB;IAGjB,OAAO,CAAC,mBAAmB;IAAuB,OAAO,CAAC,uBAAuB;IAF7F,OAAO,CAAC,YAAY,CAA+B;gBAE/B,mBAAmB,EAAE,mBAAmB,EAAU,uBAAuB,EAAE,uBAAuB;IAStH;;;;;;;;;OASG;IACH,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY,GAAG,UAAU,CAAC,oBAAoB,CAAC;yCAtB7E,kBAAkB;6CAAlB,kBAAkB;CA4B9B"}
@@ -1,17 +1,18 @@
1
1
  import { IFilterAngularComp } from '@ag-grid-community/angular';
2
- import { IAfterGuiAttachedParams, IDoesFilterPassParams } from '@ag-grid-community/core';
3
- import { EventService, TranslateService } from '@eo-sdk/core';
2
+ import { IDoesFilterPassParams } from '@ag-grid-community/core';
3
+ import { LocalStorageService } from '@eo-sdk/core';
4
4
  import { DynamicListComponent } from '../../form-elements/dynamic-list/dynamic-list.component';
5
5
  import { EoDialogComponent } from '../../ui/eo-dialog/eo-dialog.component';
6
+ import { ObjectFormHelperService } from '../../object-form/object-form-helper.service';
7
+ import { DynamicListService } from './../../form-elements/dynamic-list/dynamic-list.service';
6
8
  import * as i0 from "@angular/core";
7
9
  export declare class DynamicListFilterComponent extends DynamicListComponent implements IFilterAngularComp {
8
- private eventService;
9
10
  params: any;
10
11
  column: any;
11
12
  multiselect: boolean;
12
13
  situation: string;
13
14
  eoDialog: EoDialogComponent;
14
- constructor(translate: TranslateService, eventService: EventService);
15
+ constructor(localStorageService: LocalStorageService, objectFormHelperService: ObjectFormHelperService, dynamicListService: DynamicListService);
15
16
  onValueChange(): void;
16
17
  onAutoCompleteSelect(node: any): void;
17
18
  onAutoCompleteUnselect(node: any): void;
@@ -24,7 +25,6 @@ export declare class DynamicListFilterComponent extends DynamicListComponent imp
24
25
  };
25
26
  setModel(value: any): void;
26
27
  agInit(params: any): void;
27
- afterGuiAttached(params: IAfterGuiAttachedParams): void;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicListFilterComponent, never>;
29
29
  static ɵcmp: i0.ɵɵComponentDeclaration<DynamicListFilterComponent, "eo-dynamic-list-filter", never, {}, {}, never, never, false, never>;
30
30
  }