@eqproject/eqp-dynamic-module 2.3.1 → 2.3.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.
@@ -10,6 +10,7 @@ import { EndPointConfiguration } from './../../../../models/endPointConfiguratio
10
10
  import { Statistic } from '../../../../models/statistic.model';
11
11
  import { DynamicModuleListConfig } from '../../../../models/dynamicModuleListConfig.model';
12
12
  import { DynamicModuleListFormRecordActionsDefault } from '../../../../models/dynamicModuleListFormRecordActionsDefault';
13
+ import { ConfigColumn, ExportEqpTable } from '@eqproject/eqp-table';
13
14
  import * as i0 from "@angular/core";
14
15
  export declare class FilterFormStatisticComponent {
15
16
  private cdr;
@@ -26,13 +27,19 @@ export declare class FilterFormStatisticComponent {
26
27
  onlyView: boolean;
27
28
  defaultListActions: DynamicModuleListFormRecordActionsDefault;
28
29
  internalListView: boolean;
30
+ pageSize: number;
31
+ pageIndex: number;
32
+ pageLength: Array<number>;
33
+ exportEqpTable: ExportEqpTable;
29
34
  showTitle: boolean;
30
35
  showSaveButton: boolean;
31
36
  showBackButton: boolean;
32
37
  loader: boolean;
33
38
  showListView: boolean;
34
39
  filterResults: Array<DynRecord>;
40
+ filterEqpTableResults: Array<any>;
35
41
  listViewConfigurations: DynamicModuleListConfig;
42
+ columns: Array<ConfigColumn>;
36
43
  formForm: UntypedFormGroup;
37
44
  fieldGroups: {
38
45
  [key: string]: Array<BaseField>;
@@ -46,6 +53,8 @@ export declare class FilterFormStatisticComponent {
46
53
  filters: Array<Statistic>;
47
54
  constructor(cdr: ChangeDetectorRef, utilityService: UtilityHelperService);
48
55
  ngOnInit(): void;
56
+ configureColumns(): void;
57
+ configureExport(): void;
49
58
  /**
50
59
  * Metodo invocato al cambio del valore di ogni proprietà dell'oggetto record.
51
60
  * Serve ad aggiornare il valore di tutti i campi che hanno una formula.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.3.1",
7
+ "version": "2.3.2",
8
8
  "peerDependencies": {
9
9
  "@angular/common": "^15.1.2",
10
10
  "@angular/core": "^15.1.2",