nuxeo-development-framework 5.4.5 → 5.4.7

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 (80) hide show
  1. package/bundles/nuxeo-development-framework.umd.js +688 -384
  2. package/bundles/nuxeo-development-framework.umd.js.map +1 -1
  3. package/esm2015/lib/components/dynamic-search/dynamic-search/dynamic-search.component.js +2 -2
  4. package/esm2015/lib/components/ndf-config-editor/services/dummy-data.js +2 -2
  5. package/esm2015/lib/components/ndf-filters/containers/aggregation-field/aggregation-field.component.js +3 -17
  6. package/esm2015/lib/components/ndf-filters/containers/filters-panel/filters-panel.component.js +62 -16
  7. package/esm2015/lib/components/ndf-filters/custom-components/index.js +2 -1
  8. package/esm2015/lib/components/ndf-filters/models/base-field-config.js +1 -1
  9. package/esm2015/lib/components/ndf-filters/ndf-filters-panel.module.js +8 -9
  10. package/esm2015/lib/components/ndf-filters/pipes/check-condition.pipe.js +3 -3
  11. package/esm2015/lib/components/ndf-filters/services/dynamic-component-loader.service.js +6 -1
  12. package/esm2015/lib/components/ndf-tabs/component/ndf-tabs.component.js +2 -2
  13. package/esm2015/lib/components/reports/ndf-reports/base/base-custom-report.js +41 -0
  14. package/esm2015/lib/components/reports/ndf-reports/base/base-report.js +3 -2
  15. package/esm2015/lib/components/reports/ndf-reports/base/index.js +5 -0
  16. package/esm2015/lib/components/reports/ndf-reports/charts-components/graph-chart/graph-chart.component.js +1 -1
  17. package/esm2015/lib/components/reports/ndf-reports/components/custom-report/custom-report.component.js +49 -0
  18. package/esm2015/lib/components/reports/ndf-reports/components/digit-report/digit-report.component.js +1 -1
  19. package/esm2015/lib/components/reports/ndf-reports/components/dynamic-timeline-report/dynamic-timeline-report.component.js +2 -2
  20. package/esm2015/lib/components/reports/ndf-reports/components/graph-report/graph-report.component.js +2 -2
  21. package/esm2015/lib/components/reports/ndf-reports/components/index.js +2 -1
  22. package/esm2015/lib/components/reports/ndf-reports/constants/charts-types.js +2 -1
  23. package/esm2015/lib/components/reports/ndf-reports/containers/ndf-report/ndf-report.component.js +1 -1
  24. package/esm2015/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.js +5 -2
  25. package/esm2015/lib/components/reports/ndf-reports/models/base.js +1 -1
  26. package/esm2015/lib/components/reports/ndf-reports/models/custom-definition.js +2 -0
  27. package/esm2015/lib/components/reports/ndf-reports/models/details.js +1 -1
  28. package/esm2015/lib/components/reports/ndf-reports/models/dialog-data.js +1 -1
  29. package/esm2015/lib/components/reports/ndf-reports/models/dynamic-line.js +1 -1
  30. package/esm2015/lib/components/reports/ndf-reports/models/graph-definition.js +2 -0
  31. package/esm2015/lib/components/reports/ndf-reports/models/index.js +3 -2
  32. package/esm2015/lib/components/reports/ndf-reports/models/ndf-reports.config.js +1 -1
  33. package/esm2015/lib/components/reports/ndf-reports/models/report-config.js +1 -1
  34. package/esm2015/lib/components/reports/ndf-reports/ndf-reports.module.js +4 -3
  35. package/esm2015/lib/components/reports/ndf-reports/services/custom-reports-registry.service.js +132 -0
  36. package/esm2015/lib/components/reports/ndf-reports/services/index.js +2 -1
  37. package/esm2015/lib/components/reports/ndf-reports/services/report-config-mapper.service.js +8 -1
  38. package/esm2015/lib/components/reports/ndf-reports/utilities/reports-table.mapper.js +4 -3
  39. package/esm2015/lib/components/spell-checker-field/spell-checker-field.module.js +1 -1
  40. package/esm2015/lib/components/tables/dynamic-table/dynamic-table/dynamic-table.component.js +32 -8
  41. package/esm2015/lib/components/tables/ndf-table/containers/ndf-table/ndf-table.component.js +2 -2
  42. package/esm2015/lib/components/tables/ndf-table/models/table-config.js +1 -1
  43. package/esm2015/lib/shared/components/nuxeo-dialog/nuxeo.dialog.js +7 -6
  44. package/esm2015/lib/shared/evaluator/evaluator.js +3 -2
  45. package/esm2015/lib/shared/evaluator/types.js +1 -1
  46. package/fesm2015/nuxeo-development-framework.js +644 -358
  47. package/fesm2015/nuxeo-development-framework.js.map +1 -1
  48. package/lib/components/ndf-filters/containers/aggregation-field/aggregation-field.component.d.ts +0 -7
  49. package/lib/components/ndf-filters/containers/filters-panel/filters-panel.component.d.ts +10 -3
  50. package/lib/components/ndf-filters/custom-components/index.d.ts +1 -0
  51. package/lib/components/ndf-filters/models/base-field-config.d.ts +2 -2
  52. package/lib/components/ndf-filters/ndf-filters-panel.module.d.ts +60 -60
  53. package/lib/components/ndf-filters/pipes/check-condition.pipe.d.ts +1 -1
  54. package/lib/components/ndf-filters/services/dynamic-component-loader.service.d.ts +1 -0
  55. package/lib/components/reports/ndf-reports/base/base-custom-report.d.ts +38 -0
  56. package/lib/components/reports/ndf-reports/base/index.d.ts +4 -0
  57. package/lib/components/reports/ndf-reports/components/_parts/report-actions/report-actions.component.d.ts +1 -0
  58. package/lib/components/reports/ndf-reports/components/custom-report/custom-report.component.d.ts +14 -0
  59. package/lib/components/reports/ndf-reports/components/index.d.ts +1 -0
  60. package/lib/components/reports/ndf-reports/constants/charts-types.d.ts +1 -0
  61. package/lib/components/reports/ndf-reports/containers/ndf-report/ndf-report.component.d.ts +1 -0
  62. package/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.d.ts +1 -0
  63. package/lib/components/reports/ndf-reports/models/base.d.ts +6 -4
  64. package/lib/components/reports/ndf-reports/models/custom-definition.d.ts +11 -0
  65. package/lib/components/reports/ndf-reports/models/details.d.ts +6 -1
  66. package/lib/components/reports/ndf-reports/models/dialog-data.d.ts +1 -1
  67. package/lib/components/reports/ndf-reports/models/dynamic-line.d.ts +1 -1
  68. package/lib/components/reports/ndf-reports/models/index.d.ts +2 -1
  69. package/lib/components/reports/ndf-reports/models/ndf-reports.config.d.ts +3 -0
  70. package/lib/components/reports/ndf-reports/models/report-config.d.ts +3 -2
  71. package/lib/components/reports/ndf-reports/ndf-reports.module.d.ts +21 -20
  72. package/lib/components/reports/ndf-reports/services/custom-reports-registry.service.d.ts +83 -0
  73. package/lib/components/reports/ndf-reports/services/index.d.ts +1 -0
  74. package/lib/components/reports/ndf-reports/services/report-config-mapper.service.d.ts +6 -1
  75. package/lib/components/tables/dynamic-table/dynamic-table/dynamic-table.component.d.ts +5 -1
  76. package/lib/components/tables/ndf-table/models/table-config.d.ts +5 -0
  77. package/lib/shared/evaluator/types.d.ts +3 -1
  78. package/package.json +1 -1
  79. package/esm2015/lib/components/reports/ndf-reports/models/graph.js +0 -2
  80. /package/lib/components/reports/ndf-reports/models/{graph.d.ts → graph-definition.d.ts} +0 -0
@@ -2,8 +2,6 @@ import { TemplateRef } from '@angular/core';
2
2
  import { AggregationFieldConfig, AggregationResponse } from '../../models';
3
3
  import { BaseField } from '../base-field';
4
4
  import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/common";
6
- import * as i2 from "@angular/forms";
7
5
  export declare class AggregationFieldComponent extends BaseField<AggregationFieldConfig> {
8
6
  aggregation: AggregationResponse;
9
7
  contentTemplate: TemplateRef<any> | undefined;
@@ -13,8 +11,3 @@ export declare class AggregationFieldComponent extends BaseField<AggregationFiel
13
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AggregationFieldComponent, never>;
14
12
  static ɵcmp: i0.ɵɵComponentDeclaration<AggregationFieldComponent, "app-aggregation-field", never, { "aggregation": "aggregation"; "contentTemplate": "contentTemplate"; }, {}, never, never>;
15
13
  }
16
- export declare class AggregationFieldModule {
17
- static ɵfac: i0.ɵɵFactoryDeclaration<AggregationFieldModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<AggregationFieldModule, [typeof AggregationFieldComponent], [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule], [typeof AggregationFieldComponent]>;
19
- static ɵinj: i0.ɵɵInjectorDeclaration<AggregationFieldModule>;
20
- }
@@ -1,13 +1,15 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
3
  import { Observable } from 'rxjs';
4
4
  import { AggregationResponse, FieldConfigModel, FormQueryModel } from '../../models';
5
5
  import { BaseFiltersPanel } from './base-filters-panel';
6
6
  import { Direction } from '@angular/cdk/bidi';
7
7
  import { TranslateService } from '@ngx-translate/core';
8
+ import { NuxeoService } from '../../../../core/services';
8
9
  import * as i0 from "@angular/core";
9
- export declare class FiltersPanelComponent extends BaseFiltersPanel implements OnInit {
10
+ export declare class FiltersPanelComponent extends BaseFiltersPanel implements OnInit, OnChanges {
10
11
  private _translateService;
12
+ nuxeoService: NuxeoService;
11
13
  currentLang: string;
12
14
  direction$: Observable<Direction>;
13
15
  aggregations: Record<string, AggregationResponse>;
@@ -32,10 +34,14 @@ export declare class FiltersPanelComponent extends BaseFiltersPanel implements O
32
34
  readonly custom: "custom";
33
35
  };
34
36
  formGroup: FormGroup;
35
- constructor(_translateService: TranslateService);
37
+ visibleFields: {
38
+ [key: string]: boolean;
39
+ };
40
+ constructor(_translateService: TranslateService, nuxeoService: NuxeoService);
36
41
  trackByFieldKey(_: number, field: FieldConfigModel): string;
37
42
  get hasValues(): boolean;
38
43
  ngOnInit(): void;
44
+ ngOnChanges(changes: SimpleChanges): void;
39
45
  resetFilters(): void;
40
46
  private _sortItems;
41
47
  private _initFormGroup;
@@ -44,6 +50,7 @@ export declare class FiltersPanelComponent extends BaseFiltersPanel implements O
44
50
  private _handleFormGroupChanges;
45
51
  private _removeControls;
46
52
  private _handelActiveQueryChange;
53
+ private _evaluateConditions;
47
54
  static ɵfac: i0.ɵɵFactoryDeclaration<FiltersPanelComponent, never>;
48
55
  static ɵcmp: i0.ɵɵComponentDeclaration<FiltersPanelComponent, "app-filters-panel", never, { "aggregations": "aggregations"; "fields": "fields"; "activeQuery": "activeQuery"; }, { "filterChanged": "filterChanged"; }, never, never>;
49
56
  }
@@ -1,2 +1,3 @@
1
1
  export * from './active-user-switch/active-user-switch.component';
2
2
  export * from './aggregation-group/map-aggregation-config';
3
+ export * from './aggregation-group/aggregation-group.component';
@@ -1,4 +1,4 @@
1
- import { InterpolateString } from '../../../shared/evaluator';
1
+ import { EvaluatedString } from '../../../shared/evaluator';
2
2
  import { TranslateKey } from '../../../shared/models';
3
3
  import { ComparisonOperator } from './types-helper';
4
4
  export declare type BaseFieldConfig = {
@@ -12,5 +12,5 @@ export declare type BaseFieldConfig = {
12
12
  visible?: boolean;
13
13
  roles?: string[];
14
14
  permission?: string;
15
- condition?: InterpolateString;
15
+ condition?: EvaluatedString;
16
16
  };
@@ -2,65 +2,65 @@ import { DynamicComponentLoaderService } from './services';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./containers/filters-panel/filters-panel.component";
4
4
  import * as i2 from "./containers/predicate-field/predicate-field.component";
5
- import * as i3 from "./containers/custom-field/custom-field.component";
6
- import * as i4 from "./components/aggregation-autocomplete/aggregation-autocomplete.component";
7
- import * as i5 from "./components/aggregation-select/aggregation-select.component";
8
- import * as i6 from "./components/aggregation-checkbox/aggregation-checkbox.component";
9
- import * as i7 from "./components/aggregation-switch/aggregation-switch.component";
10
- import * as i8 from "./components/aggregation-radio/aggregation-radio.component";
11
- import * as i9 from "./components/aggregation-custom/aggregation-custom.component";
12
- import * as i10 from "./components/aggregation-date-list/aggregation-date-list.component";
13
- import * as i11 from "./components/predicate-text-input/predicate-text-input.component";
14
- import * as i12 from "./components/predicate-date-input/predicate-date-input.component";
15
- import * as i13 from "./custom-components/active-user-switch/active-user-switch.component";
16
- import * as i14 from "./custom-components/aggregation-group/aggregation-group.component";
17
- import * as i15 from "./custom-components/aggregation-group/map-aggregation-config";
18
- import * as i16 from "./directives/checkbox-template.directive";
19
- import * as i17 from "./directives/radio-template.directive";
20
- import * as i18 from "./directives/switch-template.directive";
21
- import * as i19 from "./directives/dropdown-template.directive";
22
- import * as i20 from "./directives/autocomplete-template.directive";
23
- import * as i21 from "./directives/custom-template.directive";
24
- import * as i22 from "./directives/dropdown-label-template.directive";
25
- import * as i23 from "./directives/date-template.directive";
26
- import * as i24 from "./pipes/autocomplete-filter.pipe";
27
- import * as i25 from "./pipes/filter.pipe";
28
- import * as i26 from "./pipes/localized-label.pipe";
29
- import * as i27 from "./pipes/hash-translate.pipe";
30
- import * as i28 from "./pipes/sanitizer.pipe";
31
- import * as i29 from "./pipes/sort.pipe";
32
- import * as i30 from "./pipes/tooltip.pipe";
33
- import * as i31 from "./pipes/roles-filters.pipe";
34
- import * as i32 from "./pipes/check-condition.pipe";
35
- import * as i33 from "./components/__parts/filter-option-text/filter-option-text.component";
36
- import * as i34 from "./components/__parts/filter-search-input/filter-search-input.component";
37
- import * as i35 from "./components/__parts/filter-collapse-control/filter-collapse-control.component";
38
- import * as i36 from "./components/__parts/field-header.component";
39
- import * as i37 from "./components/__parts/filter-empty-message.component";
40
- import * as i38 from "./components/__parts/filter-date-range/filter-date-range.component";
41
- import * as i39 from "./components/__parts/filter-autocomplete-input/filter-autocomplete-input.component";
42
- import * as i40 from "./components/__parts/filter-options-sort/filter-options-sort.component";
43
- import * as i41 from "./components/__parts/html-dialog/html-dialog.component";
44
- import * as i42 from "@angular/common";
45
- import * as i43 from "@angular/forms";
46
- import * as i44 from "@ng-select/ng-select";
47
- import * as i45 from "@angular/material/checkbox";
48
- import * as i46 from "@angular/material/button";
49
- import * as i47 from "@angular/material/icon";
50
- import * as i48 from "@angular/material/menu";
51
- import * as i49 from "@angular/material/slide-toggle";
52
- import * as i50 from "@angular/material/radio";
53
- import * as i51 from "@angular/material/input";
54
- import * as i52 from "@angular/material/autocomplete";
55
- import * as i53 from "@angular/material/tooltip";
56
- import * as i54 from "@angular/material/dialog";
57
- import * as i55 from "@angular/material/progress-spinner";
58
- import * as i56 from "@ngx-translate/core";
59
- import * as i57 from "../dynamic-form/dynamic-form.module";
60
- import * as i58 from "../../shared/components/nuxeo-dialog/nuxeo-dialog.module";
61
- import * as i59 from "../../directive/directive.module";
62
- import * as i60 from "../ndf-datepicker/ndf-datepicker.module";
63
- import * as i61 from "./containers/aggregation-field/aggregation-field.component";
5
+ import * as i3 from "./containers/aggregation-field/aggregation-field.component";
6
+ import * as i4 from "./containers/custom-field/custom-field.component";
7
+ import * as i5 from "./components/aggregation-autocomplete/aggregation-autocomplete.component";
8
+ import * as i6 from "./components/aggregation-select/aggregation-select.component";
9
+ import * as i7 from "./components/aggregation-checkbox/aggregation-checkbox.component";
10
+ import * as i8 from "./components/aggregation-switch/aggregation-switch.component";
11
+ import * as i9 from "./components/aggregation-radio/aggregation-radio.component";
12
+ import * as i10 from "./components/aggregation-custom/aggregation-custom.component";
13
+ import * as i11 from "./components/aggregation-date-list/aggregation-date-list.component";
14
+ import * as i12 from "./components/predicate-text-input/predicate-text-input.component";
15
+ import * as i13 from "./components/predicate-date-input/predicate-date-input.component";
16
+ import * as i14 from "./custom-components/active-user-switch/active-user-switch.component";
17
+ import * as i15 from "./custom-components/aggregation-group/aggregation-group.component";
18
+ import * as i16 from "./custom-components/aggregation-group/map-aggregation-config";
19
+ import * as i17 from "./directives/checkbox-template.directive";
20
+ import * as i18 from "./directives/radio-template.directive";
21
+ import * as i19 from "./directives/switch-template.directive";
22
+ import * as i20 from "./directives/dropdown-template.directive";
23
+ import * as i21 from "./directives/autocomplete-template.directive";
24
+ import * as i22 from "./directives/custom-template.directive";
25
+ import * as i23 from "./directives/dropdown-label-template.directive";
26
+ import * as i24 from "./directives/date-template.directive";
27
+ import * as i25 from "./pipes/autocomplete-filter.pipe";
28
+ import * as i26 from "./pipes/filter.pipe";
29
+ import * as i27 from "./pipes/localized-label.pipe";
30
+ import * as i28 from "./pipes/hash-translate.pipe";
31
+ import * as i29 from "./pipes/sanitizer.pipe";
32
+ import * as i30 from "./pipes/sort.pipe";
33
+ import * as i31 from "./pipes/tooltip.pipe";
34
+ import * as i32 from "./pipes/roles-filters.pipe";
35
+ import * as i33 from "./pipes/check-condition.pipe";
36
+ import * as i34 from "./components/__parts/filter-option-text/filter-option-text.component";
37
+ import * as i35 from "./components/__parts/filter-search-input/filter-search-input.component";
38
+ import * as i36 from "./components/__parts/filter-collapse-control/filter-collapse-control.component";
39
+ import * as i37 from "./components/__parts/field-header.component";
40
+ import * as i38 from "./components/__parts/filter-empty-message.component";
41
+ import * as i39 from "./components/__parts/filter-date-range/filter-date-range.component";
42
+ import * as i40 from "./components/__parts/filter-autocomplete-input/filter-autocomplete-input.component";
43
+ import * as i41 from "./components/__parts/filter-options-sort/filter-options-sort.component";
44
+ import * as i42 from "./components/__parts/html-dialog/html-dialog.component";
45
+ import * as i43 from "@angular/common";
46
+ import * as i44 from "@angular/forms";
47
+ import * as i45 from "@ng-select/ng-select";
48
+ import * as i46 from "@angular/material/checkbox";
49
+ import * as i47 from "@angular/material/button";
50
+ import * as i48 from "@angular/material/icon";
51
+ import * as i49 from "@angular/material/menu";
52
+ import * as i50 from "@angular/material/slide-toggle";
53
+ import * as i51 from "@angular/material/radio";
54
+ import * as i52 from "@angular/material/input";
55
+ import * as i53 from "@angular/material/autocomplete";
56
+ import * as i54 from "@angular/material/tooltip";
57
+ import * as i55 from "@angular/material/dialog";
58
+ import * as i56 from "@angular/material/progress-spinner";
59
+ import * as i57 from "@ngx-translate/core";
60
+ import * as i58 from "../dynamic-form/dynamic-form.module";
61
+ import * as i59 from "../../shared/components/nuxeo-dialog/nuxeo-dialog.module";
62
+ import * as i60 from "../../directive/directive.module";
63
+ import * as i61 from "../ndf-datepicker/ndf-datepicker.module";
64
64
  import * as i62 from "ngx-mask";
65
65
  export declare class NdfFiltersPanelModule {
66
66
  loaderService: DynamicComponentLoaderService;
@@ -72,6 +72,6 @@ export declare class NdfFiltersPanelModule {
72
72
  private _registerAggregationsComponents;
73
73
  private _registerPredicateComponents;
74
74
  static ɵfac: i0.ɵɵFactoryDeclaration<NdfFiltersPanelModule, never>;
75
- static ɵmod: i0.ɵɵNgModuleDeclaration<NdfFiltersPanelModule, [typeof i1.FiltersPanelComponent, typeof i2.PredicateFieldComponent, typeof i3.CustomFieldComponent, typeof i4.AggregationAutocompleteComponent, typeof i5.AggregationSelectComponent, typeof i6.AggregationCheckboxComponent, typeof i7.AggregationSwitchComponent, typeof i8.AggregationRadioComponent, typeof i9.AggregationCustomComponent, typeof i10.AggregationDateListComponent, typeof i11.PredicateTextInputComponent, typeof i12.PredicateDateInputComponent, typeof i13.ActiveUserSwitchComponent, typeof i14.AggregationGroupComponent, typeof i15.MapToAggregationConfigPipe, typeof i16.CheckboxTemplateDirective, typeof i17.RadioTemplateDirective, typeof i18.SwitchTemplateDirective, typeof i19.DropdownTemplateDirective, typeof i20.AutocompleteTemplateDirective, typeof i21.CustomTemplateDirective, typeof i22.DropdownLabelTemplateDirective, typeof i22.DropdownMultiLabelTemplateDirective, typeof i23.DateListTemplateDirective, typeof i24.AutocompleteFilterPipe, typeof i25.FilterPipe, typeof i26.LocalizedLabelPipe, typeof i27.HashTranslatePipe, typeof i27.HashTranslateAsyncPipe, typeof i28.SanitizerPipe, typeof i29.SortListPipe, typeof i30.TooltipPipe, typeof i31.FiltersByRolesPipe, typeof i32.CheckConditionPipe, typeof i33.FilterOptionTextComponent, typeof i34.FilterSearchInputComponent, typeof i35.FilterCollapseControlComponent, typeof i36.FieldHeaderComponent, typeof i37.FilterEmptyMessageComponent, typeof i38.FilterDateRangeComponent, typeof i39.FilterAutocompleteInputComponent, typeof i40.FilterOptionsSortComponent, typeof i41.HtmlDialogComponent], [typeof i42.CommonModule, typeof i43.FormsModule, typeof i43.ReactiveFormsModule, typeof i44.NgSelectModule, typeof i45.MatCheckboxModule, typeof i46.MatButtonModule, typeof i47.MatIconModule, typeof i48.MatMenuModule, typeof i49.MatSlideToggleModule, typeof i50.MatRadioModule, typeof i51.MatInputModule, typeof i52.MatAutocompleteModule, typeof i53.MatTooltipModule, typeof i54.MatDialogModule, typeof i55.MatProgressSpinnerModule, typeof i56.TranslateModule, typeof i57.DynamicFormModule, typeof i58.NuxeoDialogModule, typeof i59.DirectiveModule, typeof i60.NdfDatepickerModule, typeof i61.AggregationFieldModule, typeof i62.NgxMaskModule], [typeof i1.FiltersPanelComponent, typeof i2.PredicateFieldComponent, typeof i3.CustomFieldComponent, typeof i4.AggregationAutocompleteComponent, typeof i5.AggregationSelectComponent, typeof i6.AggregationCheckboxComponent, typeof i7.AggregationSwitchComponent, typeof i8.AggregationRadioComponent, typeof i9.AggregationCustomComponent, typeof i10.AggregationDateListComponent, typeof i11.PredicateTextInputComponent, typeof i12.PredicateDateInputComponent, typeof i13.ActiveUserSwitchComponent, typeof i14.AggregationGroupComponent, typeof i15.MapToAggregationConfigPipe, typeof i16.CheckboxTemplateDirective, typeof i17.RadioTemplateDirective, typeof i18.SwitchTemplateDirective, typeof i19.DropdownTemplateDirective, typeof i20.AutocompleteTemplateDirective, typeof i21.CustomTemplateDirective, typeof i22.DropdownLabelTemplateDirective, typeof i22.DropdownMultiLabelTemplateDirective, typeof i23.DateListTemplateDirective, typeof i41.HtmlDialogComponent]>;
75
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NdfFiltersPanelModule, [typeof i1.FiltersPanelComponent, typeof i2.PredicateFieldComponent, typeof i3.AggregationFieldComponent, typeof i4.CustomFieldComponent, typeof i5.AggregationAutocompleteComponent, typeof i6.AggregationSelectComponent, typeof i7.AggregationCheckboxComponent, typeof i8.AggregationSwitchComponent, typeof i9.AggregationRadioComponent, typeof i10.AggregationCustomComponent, typeof i11.AggregationDateListComponent, typeof i12.PredicateTextInputComponent, typeof i13.PredicateDateInputComponent, typeof i14.ActiveUserSwitchComponent, typeof i15.AggregationGroupComponent, typeof i16.MapToAggregationConfigPipe, typeof i17.CheckboxTemplateDirective, typeof i18.RadioTemplateDirective, typeof i19.SwitchTemplateDirective, typeof i20.DropdownTemplateDirective, typeof i21.AutocompleteTemplateDirective, typeof i22.CustomTemplateDirective, typeof i23.DropdownLabelTemplateDirective, typeof i23.DropdownMultiLabelTemplateDirective, typeof i24.DateListTemplateDirective, typeof i25.AutocompleteFilterPipe, typeof i26.FilterPipe, typeof i27.LocalizedLabelPipe, typeof i28.HashTranslatePipe, typeof i28.HashTranslateAsyncPipe, typeof i29.SanitizerPipe, typeof i30.SortListPipe, typeof i31.TooltipPipe, typeof i32.FiltersByRolesPipe, typeof i33.CheckConditionPipe, typeof i34.FilterOptionTextComponent, typeof i35.FilterSearchInputComponent, typeof i36.FilterCollapseControlComponent, typeof i37.FieldHeaderComponent, typeof i38.FilterEmptyMessageComponent, typeof i39.FilterDateRangeComponent, typeof i40.FilterAutocompleteInputComponent, typeof i41.FilterOptionsSortComponent, typeof i42.HtmlDialogComponent], [typeof i43.CommonModule, typeof i44.FormsModule, typeof i44.ReactiveFormsModule, typeof i45.NgSelectModule, typeof i46.MatCheckboxModule, typeof i47.MatButtonModule, typeof i48.MatIconModule, typeof i49.MatMenuModule, typeof i50.MatSlideToggleModule, typeof i51.MatRadioModule, typeof i52.MatInputModule, typeof i53.MatAutocompleteModule, typeof i54.MatTooltipModule, typeof i55.MatDialogModule, typeof i56.MatProgressSpinnerModule, typeof i57.TranslateModule, typeof i58.DynamicFormModule, typeof i59.NuxeoDialogModule, typeof i60.DirectiveModule, typeof i61.NdfDatepickerModule, typeof i62.NgxMaskModule], [typeof i1.FiltersPanelComponent, typeof i2.PredicateFieldComponent, typeof i3.AggregationFieldComponent, typeof i4.CustomFieldComponent, typeof i5.AggregationAutocompleteComponent, typeof i6.AggregationSelectComponent, typeof i7.AggregationCheckboxComponent, typeof i8.AggregationSwitchComponent, typeof i9.AggregationRadioComponent, typeof i10.AggregationCustomComponent, typeof i11.AggregationDateListComponent, typeof i12.PredicateTextInputComponent, typeof i13.PredicateDateInputComponent, typeof i14.ActiveUserSwitchComponent, typeof i15.AggregationGroupComponent, typeof i16.MapToAggregationConfigPipe, typeof i17.CheckboxTemplateDirective, typeof i18.RadioTemplateDirective, typeof i19.SwitchTemplateDirective, typeof i20.DropdownTemplateDirective, typeof i21.AutocompleteTemplateDirective, typeof i22.CustomTemplateDirective, typeof i23.DropdownLabelTemplateDirective, typeof i23.DropdownMultiLabelTemplateDirective, typeof i24.DateListTemplateDirective, typeof i42.HtmlDialogComponent]>;
76
76
  static ɵinj: i0.ɵɵInjectorDeclaration<NdfFiltersPanelModule>;
77
77
  }
@@ -6,7 +6,7 @@ export declare class CheckConditionPipe implements PipeTransform {
6
6
  nuxeoService: NuxeoService;
7
7
  user: Record<string, any>;
8
8
  constructor(nuxeoService: NuxeoService);
9
- transform(condition: string, aggregations: Record<string, any>, language: string): Evaluator;
9
+ transform(condition: string, aggregations: Record<string, any>, language: string, filterValues: Record<string, any>): Evaluator;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckConditionPipe, never>;
11
11
  static ɵpipe: i0.ɵɵPipeDeclaration<CheckConditionPipe, "checkCondition">;
12
12
  }
@@ -7,6 +7,7 @@ export declare class DynamicComponentLoaderService {
7
7
  private readonly _components;
8
8
  constructor(_factoryResolver: ComponentFactoryResolver);
9
9
  registerComponent<T>(key: ComponentType, component: Type<T>): void;
10
+ registerComponents<T>(components: Record<ComponentType | string, Type<any>>): void;
10
11
  renderComponent(key: ComponentType, vcr: ViewContainerRef): import("@angular/core").ComponentRef<any>;
11
12
  loadComponent<T>(componentAngularType: Type<T>, vcr: ViewContainerRef): import("@angular/core").ComponentRef<T>;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicComponentLoaderService, never>;
@@ -0,0 +1,38 @@
1
+ import { Direction } from '@angular/cdk/bidi';
2
+ import { BehaviorSubject, ReplaySubject } from 'rxjs';
3
+ import { DestroySubject } from '../../../../shared/components';
4
+ import { CriteriaModel, CustomChartConfig, ReportResponseModel } from '../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare abstract class BaseCustomReport extends DestroySubject {
7
+ direction: Direction;
8
+ data: ReportResponseModel;
9
+ protected _criteriaSub: ReplaySubject<{
10
+ params?: Record<string, any>;
11
+ payload?: {
12
+ predicateList: import("nuxeo-development-framework").OperatorValueObject[];
13
+ aggregationNames?: {
14
+ name: string;
15
+ interval: import("../models").TimeGroups;
16
+ }[];
17
+ } & Record<string, any>;
18
+ }>;
19
+ criteria$: import("rxjs").Observable<{
20
+ params?: Record<string, any>;
21
+ payload?: {
22
+ predicateList: import("nuxeo-development-framework").OperatorValueObject[];
23
+ aggregationNames?: {
24
+ name: string;
25
+ interval: import("../models").TimeGroups;
26
+ }[];
27
+ } & Record<string, any>;
28
+ }>;
29
+ private _criteria;
30
+ set criteria(value: CriteriaModel);
31
+ protected _configSub: BehaviorSubject<import("../models").CustomChartDefinition>;
32
+ config$: import("rxjs").Observable<import("../models").CustomChartDefinition>;
33
+ set config(obj: CustomChartConfig);
34
+ get config(): CustomChartConfig;
35
+ ذ: any;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseCustomReport, never>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseCustomReport, never, never, { "direction": "direction"; "data": "data"; "criteria": "criteria"; "config": "config"; }, {}, never>;
38
+ }
@@ -0,0 +1,4 @@
1
+ export * from './base-chart';
2
+ export * from './base-report';
3
+ export * from './base-graph.report';
4
+ export * from './base-custom-report';
@@ -10,6 +10,7 @@ export declare class ReportActionsComponent {
10
10
  readonly graph: "graph";
11
11
  readonly digit: "digit";
12
12
  readonly dynamicLine: "dynamicLine";
13
+ readonly custom: "custom";
13
14
  };
14
15
  get isPrintAllowed(): boolean;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ReportActionsComponent, never>;
@@ -0,0 +1,14 @@
1
+ import { ComponentRef, OnChanges, OnInit, SimpleChanges, ViewContainerRef } from '@angular/core';
2
+ import { BaseReport } from '../../base';
3
+ import { CustomChartDefinition } from '../../models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class CustomReportComponent extends BaseReport<CustomChartDefinition, any> implements OnInit, OnChanges {
6
+ private readonly _registeredComponents;
7
+ container: ViewContainerRef;
8
+ protected _componentRef: ComponentRef<any>;
9
+ ngOnInit(): void;
10
+ ngOnChanges(changes: SimpleChanges): void;
11
+ ngOnDestroy(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<CustomReportComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomReportComponent, "app-custom-report", never, {}, {}, never, never>;
14
+ }
@@ -2,3 +2,4 @@ export * from './digit-report/digit-report.component';
2
2
  export * from './graph-report/graph-report.component';
3
3
  export * from './dynamic-timeline-report/dynamic-timeline-report.component';
4
4
  export * from './_parts';
5
+ export * from './custom-report/custom-report.component';
@@ -9,4 +9,5 @@ export declare const REPORT_MODE: {
9
9
  readonly graph: "graph";
10
10
  readonly digit: "digit";
11
11
  readonly dynamicLine: "dynamicLine";
12
+ readonly custom: "custom";
12
13
  };
@@ -8,6 +8,7 @@ export declare class NdfReportComponent extends DestroySubject {
8
8
  readonly graph: "graph";
9
9
  readonly digit: "digit";
10
10
  readonly dynamicLine: "dynamicLine";
11
+ readonly custom: "custom";
11
12
  };
12
13
  config: ReportDefinitionModel;
13
14
  direction: Direction;
@@ -82,6 +82,7 @@ export declare class NdfReportsComponent extends DestroySubject implements OnIni
82
82
  data: Record<string, any>;
83
83
  }): void;
84
84
  togglePanel(): void;
85
+ printAll(): void;
85
86
  filterChanged(criteria: Record<any, any>): void;
86
87
  onContentScroll(isScrolling: boolean): void;
87
88
  openReportDetails(_: CriteriaModel, rConfig: ReportConfigModel): void;
@@ -1,8 +1,8 @@
1
1
  import { REPORT_MODE } from '../constants';
2
2
  import { ReportDetailsConfig } from './details';
3
3
  export declare type ReportMode = (typeof REPORT_MODE)[keyof typeof REPORT_MODE];
4
- export declare type GridWidth = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
5
- export declare type BaseReportConfig = {
4
+ export declare type GridWidth = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 'auto';
5
+ export interface BaseReportConfig {
6
6
  id: string | number;
7
7
  label: string;
8
8
  mode: ReportMode;
@@ -14,7 +14,9 @@ export declare type BaseReportConfig = {
14
14
  details?: ReportDetailsConfig;
15
15
  layout?: {
16
16
  width?: GridWidth;
17
- startColumn?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
17
+ columnPosition?: GridWidth;
18
+ height?: number | 'auto';
19
+ rowPosition?: number | 'auto';
18
20
  styleClass?: string;
19
21
  };
20
- };
22
+ }
@@ -0,0 +1,11 @@
1
+ import { BaseReportConfig } from './base';
2
+ import { GraphDialogConfig } from './graph-definition';
3
+ import { ReportDataSource } from './report-data-source';
4
+ export interface CustomChartDefinition extends BaseReportConfig, GraphDialogConfig {
5
+ mode: 'custom';
6
+ prefix?: string;
7
+ print?: boolean;
8
+ datasource: ReportDataSource[];
9
+ options?: Record<string, any>;
10
+ }
11
+ export declare type CustomChartConfig = CustomChartDefinition;
@@ -1,7 +1,12 @@
1
1
  import { TableColumnConfig, TableExportConfig, TableSortConfig, TableSortOptions } from '../../../tables/ndf-table';
2
2
  import { NdfReportsRequest } from './request';
3
+ import { EvaluatedString } from '../../../../shared';
3
4
  export declare type ReportDetailsConfig = {
4
- request?: Partial<NdfReportsRequest>;
5
+ request?: Partial<NdfReportsRequest> & {
6
+ actions?: {
7
+ beforeSubmit?: EvaluatedString<'payload'>;
8
+ };
9
+ };
5
10
  enabled: boolean;
6
11
  columns?: TableColumnConfig[];
7
12
  fields?: Record<string, string>;
@@ -1,7 +1,7 @@
1
1
  import { ReportResponseModel } from './report-response.model';
2
2
  import { Direction } from '@angular/cdk/bidi';
3
3
  import { CriteriaModel } from './common';
4
- import { GraphChart } from './graph';
4
+ import { GraphChart } from './graph-definition';
5
5
  import { DynamicLineChart } from './dynamic-line';
6
6
  export declare type GraphDialogData = {
7
7
  config: GraphChart | DynamicLineChart;
@@ -1,6 +1,6 @@
1
1
  import { ChartDataset, Plugin } from 'chart.js';
2
2
  import { BaseReportConfig } from './base';
3
- import { GraphDialogConfig } from './graph';
3
+ import { GraphDialogConfig } from './graph-definition';
4
4
  import { NdfReportsRequest } from './request';
5
5
  import { ReportDataSource } from './report-data-source';
6
6
  import { TimeGroups } from './common';
@@ -9,4 +9,5 @@ export * from './digit';
9
9
  export * from './dynamic-line';
10
10
  export * from './report-data-source';
11
11
  export * from './request';
12
- export * from './graph';
12
+ export * from './graph-definition';
13
+ export * from './custom-definition';
@@ -14,6 +14,9 @@ declare type NdfReportsFilters = {
14
14
  export declare type NdfReportsConfig = {
15
15
  request: NdfReportsRequest;
16
16
  filters?: NdfReportsFilters;
17
+ options?: {
18
+ print?: boolean;
19
+ };
17
20
  reports: {
18
21
  details?: ReportDetailsConfig;
19
22
  items: ReportDefinitionModel[];
@@ -1,5 +1,6 @@
1
1
  import { DigitChart, DigitChartDefinition } from './digit';
2
- import { GraphChart, GraphChartDefinition } from './graph';
2
+ import { GraphChart, GraphChartDefinition } from './graph-definition';
3
3
  import { DynamicLineChart, DynamicLineChartDefinition } from './dynamic-line';
4
+ import { CustomChartDefinition } from './custom-definition';
4
5
  export declare type ReportConfigModel = DigitChart | GraphChart | DynamicLineChart;
5
- export declare type ReportDefinitionModel = DigitChartDefinition | GraphChartDefinition | DynamicLineChartDefinition;
6
+ export declare type ReportDefinitionModel = DigitChartDefinition | GraphChartDefinition | DynamicLineChartDefinition | CustomChartDefinition;
@@ -12,27 +12,28 @@ import * as i10 from "./directives/scrollable-div.directive";
12
12
  import * as i11 from "./charts-components/graph-chart/graph-chart.component";
13
13
  import * as i12 from "./charts-components/digit-chart/digit-chart.component";
14
14
  import * as i13 from "./components/_parts/report-actions/report-actions.component";
15
- import * as i14 from "@angular/common";
16
- import * as i15 from "@ngx-translate/core";
17
- import * as i16 from "@angular/material/menu";
18
- import * as i17 from "@angular/material/icon";
19
- import * as i18 from "@angular/material/button";
20
- import * as i19 from "../charts/charts.module";
21
- import * as i20 from "../../dynamic-form/dynamic-form.module";
22
- import * as i21 from "@angular/forms";
23
- import * as i22 from "@ng-select/ng-select";
24
- import * as i23 from "@angular/material/tooltip";
25
- import * as i24 from "../../../shared/directives/fluid-height.directive";
26
- import * as i25 from "../../ndf-filters/ndf-filters-panel.module";
27
- import * as i26 from "@angular/material/progress-spinner";
28
- import * as i27 from "../../../shared/components/nuxeo-dialog/nuxeo-dialog.module";
29
- import * as i28 from "../../tables/ndf-table/ndf-table.module";
30
- import * as i29 from "../../../directive/directive.module";
31
- import * as i30 from "../../ndf-config-editor/public/editor-navigate-button";
32
- import * as i31 from "../chart-panel";
33
- import * as i32 from "../../skeleton/skeleton.module";
15
+ import * as i14 from "./components/custom-report/custom-report.component";
16
+ import * as i15 from "@angular/common";
17
+ import * as i16 from "@ngx-translate/core";
18
+ import * as i17 from "@angular/material/menu";
19
+ import * as i18 from "@angular/material/icon";
20
+ import * as i19 from "@angular/material/button";
21
+ import * as i20 from "../charts/charts.module";
22
+ import * as i21 from "../../dynamic-form/dynamic-form.module";
23
+ import * as i22 from "@angular/forms";
24
+ import * as i23 from "@ng-select/ng-select";
25
+ import * as i24 from "@angular/material/tooltip";
26
+ import * as i25 from "../../../shared/directives/fluid-height.directive";
27
+ import * as i26 from "../../ndf-filters/ndf-filters-panel.module";
28
+ import * as i27 from "@angular/material/progress-spinner";
29
+ import * as i28 from "../../../shared/components/nuxeo-dialog/nuxeo-dialog.module";
30
+ import * as i29 from "../../tables/ndf-table/ndf-table.module";
31
+ import * as i30 from "../../../directive/directive.module";
32
+ import * as i31 from "../../ndf-config-editor/public/editor-navigate-button";
33
+ import * as i32 from "../chart-panel";
34
+ import * as i33 from "../../skeleton/skeleton.module";
34
35
  export declare class NdfReportsModule {
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<NdfReportsModule, never>;
36
- static ɵmod: i0.ɵɵNgModuleDeclaration<NdfReportsModule, [typeof i1.NdfReportsComponent, typeof i2.NdfReportComponent, typeof i3.ChartTypeSelectorComponent, typeof i4.DigitReportComponent, typeof i5.GraphReportComponent, typeof i6.DynamicTimelineReportComponent, typeof i7.TimeGroupSelectorComponent, typeof i8.GraphDialogComponent, typeof i9.TimelineDialogComponent, typeof i10.ScrollableDivDirective, typeof i11.GraphChartComponent, typeof i12.DigitChartComponent, typeof i13.ReportActionsComponent], [typeof i14.CommonModule, typeof i15.TranslateModule, typeof i16.MatMenuModule, typeof i17.MatIconModule, typeof i18.MatButtonModule, typeof i19.ChartsModule, typeof i20.DynamicFormModule, typeof i21.ReactiveFormsModule, typeof i21.FormsModule, typeof i22.NgSelectModule, typeof i23.MatTooltipModule, typeof i24.FluidHeightModule, typeof i25.NdfFiltersPanelModule, typeof i26.MatProgressSpinnerModule, typeof i27.NuxeoDialogModule, typeof i28.NdfTableModule, typeof i29.DirectiveModule, typeof i30.EditorNavigateButton, typeof i31.ChartPanelModule, typeof i32.SkeletonModule], [typeof i1.NdfReportsComponent, typeof i2.NdfReportComponent]>;
37
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NdfReportsModule, [typeof i1.NdfReportsComponent, typeof i2.NdfReportComponent, typeof i3.ChartTypeSelectorComponent, typeof i4.DigitReportComponent, typeof i5.GraphReportComponent, typeof i6.DynamicTimelineReportComponent, typeof i7.TimeGroupSelectorComponent, typeof i8.GraphDialogComponent, typeof i9.TimelineDialogComponent, typeof i10.ScrollableDivDirective, typeof i11.GraphChartComponent, typeof i12.DigitChartComponent, typeof i13.ReportActionsComponent, typeof i14.CustomReportComponent], [typeof i15.CommonModule, typeof i16.TranslateModule, typeof i17.MatMenuModule, typeof i18.MatIconModule, typeof i19.MatButtonModule, typeof i20.ChartsModule, typeof i21.DynamicFormModule, typeof i22.ReactiveFormsModule, typeof i22.FormsModule, typeof i23.NgSelectModule, typeof i24.MatTooltipModule, typeof i25.FluidHeightModule, typeof i26.NdfFiltersPanelModule, typeof i27.MatProgressSpinnerModule, typeof i28.NuxeoDialogModule, typeof i29.NdfTableModule, typeof i30.DirectiveModule, typeof i31.EditorNavigateButton, typeof i32.ChartPanelModule, typeof i33.SkeletonModule], [typeof i1.NdfReportsComponent, typeof i2.NdfReportComponent]>;
37
38
  static ɵinj: i0.ɵɵInjectorDeclaration<NdfReportsModule>;
38
39
  }
@@ -0,0 +1,83 @@
1
+ import { ComponentFactoryResolver, Type, ViewContainerRef, ComponentRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export interface CustomReportRegistryDefinition {
4
+ type: string;
5
+ component: Type<any>;
6
+ category?: string;
7
+ name?: string;
8
+ description?: string;
9
+ }
10
+ export declare class CustomReportsRegistry {
11
+ private _factoryResolver;
12
+ private readonly _components;
13
+ constructor(_factoryResolver: ComponentFactoryResolver);
14
+ /**
15
+ * Register a component with the registry
16
+ * @param config Component configuration
17
+ */
18
+ registerComponent(config: CustomReportRegistryDefinition): void;
19
+ /**
20
+ * Register multiple components at once
21
+ * @param configs Array of component configurations
22
+ */
23
+ registerComponents(configs: CustomReportRegistryDefinition[]): void;
24
+ /**
25
+ * Render a component by type into a ViewContainerRef
26
+ * @param type Component type identifier
27
+ * @param vcr ViewContainerRef to render into
28
+ */
29
+ renderComponent(type: string, vcr: ViewContainerRef): ComponentRef<any>;
30
+ /**
31
+ * Load a component into a ViewContainerRef
32
+ * @param config Component configuration
33
+ * @param vcr ViewContainerRef to render into
34
+ */
35
+ loadComponent(config: CustomReportRegistryDefinition, vcr: ViewContainerRef): ComponentRef<any>;
36
+ /**
37
+ * Check if a component is registered
38
+ * @param type Component type identifier
39
+ */
40
+ hasComponent(type: string): boolean;
41
+ /**
42
+ * Get component configuration by type
43
+ * @param type Component type identifier
44
+ */
45
+ getComponent(type: string): CustomReportRegistryDefinition | undefined;
46
+ /**
47
+ * Get all registered component types
48
+ */
49
+ getComponentTypes(): string[];
50
+ /**
51
+ * Get all registered components
52
+ */
53
+ getAllComponents(): CustomReportRegistryDefinition[];
54
+ /**
55
+ * Get components by category
56
+ * @param category Category to filter by
57
+ */
58
+ getComponentsByCategory(category: string): CustomReportRegistryDefinition[];
59
+ /**
60
+ * Get all unique categories
61
+ */
62
+ getCategories(): string[];
63
+ /**
64
+ * Unregister a component
65
+ * @param type Component type identifier
66
+ */
67
+ unregisterComponent(type: string): boolean;
68
+ /**
69
+ * Clear all registered components
70
+ */
71
+ clearComponents(): void;
72
+ /**
73
+ * Get the total number of registered components
74
+ */
75
+ getComponentCount(): number;
76
+ /**
77
+ * Search components by name or type
78
+ * @param searchTerm Search term
79
+ */
80
+ searchComponents(searchTerm: string): CustomReportRegistryDefinition[];
81
+ static ɵfac: i0.ɵɵFactoryDeclaration<CustomReportsRegistry, never>;
82
+ static ɵprov: i0.ɵɵInjectableDeclaration<CustomReportsRegistry>;
83
+ }
@@ -9,3 +9,4 @@ export * from './chart-data-transformers.service';
9
9
  export * from './chart-plugins-registry.service';
10
10
  export * from './report-config-mapper.service';
11
11
  export * from './reports-data-transformers.service';
12
+ export * from './custom-reports-registry.service';