@eqproject/eqp-dynamic-module 2.10.25 → 2.10.27

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 (35) hide show
  1. package/esm2020/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.mjs +3 -6
  2. package/esm2020/lib/components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component.mjs +3 -6
  3. package/esm2020/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +4 -18
  4. package/esm2020/lib/components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component.mjs +5 -7
  5. package/esm2020/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.mjs +11 -14
  6. package/esm2020/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.mjs +11 -33
  7. package/esm2020/lib/components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component.mjs +5 -7
  8. package/esm2020/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.mjs +5 -7
  9. package/esm2020/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.mjs +4 -6
  10. package/esm2020/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.mjs +11 -14
  11. package/esm2020/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.mjs +10 -32
  12. package/esm2020/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.mjs +11 -14
  13. package/esm2020/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.mjs +13 -17
  14. package/esm2020/lib/components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component.mjs +5 -7
  15. package/esm2020/lib/models/statistic.model.mjs +2 -3
  16. package/fesm2015/eqproject-eqp-dynamic-module.mjs +83 -171
  17. package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
  18. package/fesm2020/eqproject-eqp-dynamic-module.mjs +83 -171
  19. package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
  20. package/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.d.ts +1 -2
  21. package/lib/components/private/form-statistics/dynamic-module-filter-fix/dynamic-module-filter-fix.component.d.ts +1 -2
  22. package/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.d.ts +1 -2
  23. package/lib/components/private/form-statistics/filter-templates/attachment-filter-template/attachment-filter-template.component.d.ts +1 -2
  24. package/lib/components/private/form-statistics/filter-templates/boolean-filter-template/boolean-filter-template.component.d.ts +3 -4
  25. package/lib/components/private/form-statistics/filter-templates/date-filter-template/date-filter-template.component.d.ts +3 -5
  26. package/lib/components/private/form-statistics/filter-templates/image-filter-template/image-filter-template.component.d.ts +1 -2
  27. package/lib/components/private/form-statistics/filter-templates/image-selector-filter-template/image-selector-filter-template.component.d.ts +1 -2
  28. package/lib/components/private/form-statistics/filter-templates/list-form-record-filter-template/list-form-record-filter-template.component.d.ts +1 -2
  29. package/lib/components/private/form-statistics/filter-templates/list-value-filter-template/list-value-filter-template.component.d.ts +3 -4
  30. package/lib/components/private/form-statistics/filter-templates/numeric-filter-template/numeric-filter-template.component.d.ts +3 -5
  31. package/lib/components/private/form-statistics/filter-templates/text-filter-template/text-filter-template.component.d.ts +3 -4
  32. package/lib/components/private/form-statistics/filter-templates/textarea-filter-template/textarea-filter-template.component.d.ts +3 -4
  33. package/lib/components/private/trigger-creator/trigger-templates/list-form-record-trigger-template/list-form-record-trigger-template.component.d.ts +1 -2
  34. package/lib/models/statistic.model.d.ts +1 -2
  35. package/package.json +1 -1
@@ -51,7 +51,6 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
51
51
  isDraggableListView: boolean;
52
52
  Statistic: FilterStatistic;
53
53
  numberOfColumns: number;
54
- showXY: boolean;
55
54
  showHiddenFields: boolean;
56
55
  QueryEditorComponent: any;
57
56
  context: Context;
@@ -173,5 +172,5 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
173
172
  reloadHTMLReadableValues(answerId: string): void;
174
173
  onAfterOutputExternalFilters(ev: FilterStatistic): void;
175
174
  static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleComponent, never>;
176
- static ɵcmp: i0.ɵɵComponentDeclaration<EqpDynamicModuleComponent, "eqp-dynamic-module", never, { "debugMode": "debugMode"; "configurations": "configurations"; "formID": "formID"; "starterViewMode": "starterViewMode"; "userID": "userID"; "orgaID": "orgaID"; "showTitle": "showTitle"; "showBackButton": "showBackButton"; "showSaveButton": "showSaveButton"; "values": "values"; "FormJSON": "FormJSON"; "formulaObject": "formulaObject"; "externalButtons": "externalButtons"; "actionButtons": "actionButtons"; "listViewRecordTitle": "listViewRecordTitle"; "defaultListViewFunction": "defaultListViewFunction"; "defaultListActions": "defaultListActions"; "onSaveBackToList": "onSaveBackToList"; "onBackTo": "onBackTo"; "filterResultViewMode": "filterResultViewMode"; "additionalParams": "additionalParams"; "additionalInfo": "additionalInfo"; "updateInfo": "updateInfo"; "prefilterParams": "prefilterParams"; "contestualizationParams": "contestualizationParams"; "showNewSearchButton": "showNewSearchButton"; "answerToDuplicateId": "answerToDuplicateId"; "highlightFilter": "highlightFilter"; "selectedRecord": "selectedRecord"; "isDraggableListView": "isDraggableListView"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; "showXY": "showXY"; "showHiddenFields": "showHiddenFields"; "QueryEditorComponent": "QueryEditorComponent"; }, { "saveRecord": "saveRecord"; "deleteRecord": "deleteRecord"; "SaveJSON": "SaveJSON"; "afterFilter": "afterFilter"; "afterSaveRecord": "afterSaveRecord"; "afterDeleteRecord": "afterDeleteRecord"; "dragStarted": "dragStarted"; "dragReleased": "dragReleased"; "clickDragIndicator": "clickDragIndicator"; "out": "out"; "fireTrigger": "fireTrigger"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, never>;
175
+ static ɵcmp: i0.ɵɵComponentDeclaration<EqpDynamicModuleComponent, "eqp-dynamic-module", never, { "debugMode": "debugMode"; "configurations": "configurations"; "formID": "formID"; "starterViewMode": "starterViewMode"; "userID": "userID"; "orgaID": "orgaID"; "showTitle": "showTitle"; "showBackButton": "showBackButton"; "showSaveButton": "showSaveButton"; "values": "values"; "FormJSON": "FormJSON"; "formulaObject": "formulaObject"; "externalButtons": "externalButtons"; "actionButtons": "actionButtons"; "listViewRecordTitle": "listViewRecordTitle"; "defaultListViewFunction": "defaultListViewFunction"; "defaultListActions": "defaultListActions"; "onSaveBackToList": "onSaveBackToList"; "onBackTo": "onBackTo"; "filterResultViewMode": "filterResultViewMode"; "additionalParams": "additionalParams"; "additionalInfo": "additionalInfo"; "updateInfo": "updateInfo"; "prefilterParams": "prefilterParams"; "contestualizationParams": "contestualizationParams"; "showNewSearchButton": "showNewSearchButton"; "answerToDuplicateId": "answerToDuplicateId"; "highlightFilter": "highlightFilter"; "selectedRecord": "selectedRecord"; "isDraggableListView": "isDraggableListView"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; "showHiddenFields": "showHiddenFields"; "QueryEditorComponent": "QueryEditorComponent"; }, { "saveRecord": "saveRecord"; "deleteRecord": "deleteRecord"; "SaveJSON": "SaveJSON"; "afterFilter": "afterFilter"; "afterSaveRecord": "afterSaveRecord"; "afterDeleteRecord": "afterDeleteRecord"; "dragStarted": "dragStarted"; "dragReleased": "dragReleased"; "clickDragIndicator": "clickDragIndicator"; "out": "out"; "fireTrigger": "fireTrigger"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, never>;
177
176
  }
@@ -15,7 +15,6 @@ export declare class DynamicModuleFilterFixComponent {
15
15
  form: Form;
16
16
  record: Record;
17
17
  Statistic: Statistic;
18
- showXY: boolean;
19
18
  filterResultViewMode: DynamicModuleFilterResultViewModeEnum;
20
19
  filterChange: EventEmitter<Statistic>;
21
20
  configList: DynamicModuleListConfig;
@@ -42,5 +41,5 @@ export declare class DynamicModuleFilterFixComponent {
42
41
  */
43
42
  getInnerFormFromField(field: BaseField): Form;
44
43
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicModuleFilterFixComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<DynamicModuleFilterFixComponent, "dynamic-module-filter-fix", never, { "field": "field"; "form": "form"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicModuleFilterFixComponent, "dynamic-module-filter-fix", never, { "field": "field"; "form": "form"; "record": "record"; "Statistic": "Statistic"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
46
45
  }
@@ -26,7 +26,6 @@ export declare class FilterFormStatisticComponent {
26
26
  form: Form;
27
27
  record: Record | string;
28
28
  onlyView: boolean;
29
- showXY: boolean;
30
29
  showHiddenFields: boolean;
31
30
  defaultListActions: DynamicModuleListFormRecordActionsDefault;
32
31
  filterResultViewMode: DynamicModuleFilterResultViewModeEnum;
@@ -121,5 +120,5 @@ export declare class FilterFormStatisticComponent {
121
120
  private getResponseTemplate;
122
121
  private replaceTemplatePlaceholdersWithValues;
123
122
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterFormStatisticComponent, never>;
124
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterFormStatisticComponent, "filter-form-statistic", never, { "configurations": "configurations"; "endPointConfiguration": "endPointConfiguration"; "userID": "userID"; "externalButtons": "externalButtons"; "actionButtons": "actionButtons"; "formID": "formID"; "form": "form"; "record": "record"; "onlyView": "onlyView"; "showXY": "showXY"; "showHiddenFields": "showHiddenFields"; "defaultListActions": "defaultListActions"; "filterResultViewMode": "filterResultViewMode"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; }, { "fireTrigger": "fireTrigger"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "afterFilter": "afterFilter"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, never>;
123
+ static ɵcmp: i0.ɵɵComponentDeclaration<FilterFormStatisticComponent, "filter-form-statistic", never, { "configurations": "configurations"; "endPointConfiguration": "endPointConfiguration"; "userID": "userID"; "externalButtons": "externalButtons"; "actionButtons": "actionButtons"; "formID": "formID"; "form": "form"; "record": "record"; "onlyView": "onlyView"; "showHiddenFields": "showHiddenFields"; "defaultListActions": "defaultListActions"; "filterResultViewMode": "filterResultViewMode"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; }, { "fireTrigger": "fireTrigger"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "afterFilter": "afterFilter"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, never>;
125
124
  }
@@ -11,10 +11,9 @@ export declare class AttachmentFilterTemplateComponent {
11
11
  logicOperatorText: typeof LogicOperatorText;
12
12
  selectedLogicOperator: LogicOperatorText;
13
13
  activeCondition: boolean;
14
- isX: boolean;
15
- isY: boolean;
16
14
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
17
15
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
16
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
18
17
  onFilterChange(): void;
19
18
  /**
20
19
  * Metodo che genera l'oggetto da inviare all'esterno
@@ -8,7 +8,6 @@ export declare class BooleanFilterTemplateComponent {
8
8
  field: BooleanField;
9
9
  record: Record;
10
10
  Statistic: Statistic;
11
- showXY: boolean;
12
11
  filterChange: EventEmitter<any>;
13
12
  validatorsArray: any[];
14
13
  logicOperatorBoolean: typeof LogicOperatorBoolean;
@@ -18,10 +17,10 @@ export declare class BooleanFilterTemplateComponent {
18
17
  currentStatistic: Statistic;
19
18
  FieldstyleObj: any;
20
19
  LabelstyleObj: any;
21
- isX: boolean;
22
- isY: boolean;
23
20
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
24
21
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
22
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
23
+ operatorsGroupByEnum: typeof NumberAggregationFunctionEnum;
25
24
  constructor();
26
25
  ngOnInit(): void;
27
26
  initStyles(): void;
@@ -39,5 +38,5 @@ export declare class BooleanFilterTemplateComponent {
39
38
  */
40
39
  private configureControllers;
41
40
  static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterTemplateComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterTemplateComponent, "boolean-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterTemplateComponent, "boolean-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
43
42
  }
@@ -10,7 +10,6 @@ export declare class DateFilterTemplateComponent {
10
10
  field: DateField;
11
11
  record: Record;
12
12
  Statistic: Statistic;
13
- showXY: boolean;
14
13
  filterResultViewMode: DynamicModuleFilterResultViewModeEnum;
15
14
  filterChange: EventEmitter<any>;
16
15
  logicOperatorNumeric: typeof LogicOperatorDate;
@@ -22,10 +21,10 @@ export declare class DateFilterTemplateComponent {
22
21
  outputFormat: string;
23
22
  visible: boolean;
24
23
  currentStatistic: Statistic;
25
- isX: boolean;
26
- isY: boolean;
27
24
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
28
25
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
26
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
27
+ operatorsGroupByEnum: typeof NumberAggregationFunctionEnum;
29
28
  constructor();
30
29
  ngOnInit(): void;
31
30
  ngOnChanges(changes: SimpleChanges): void;
@@ -44,7 +43,6 @@ export declare class DateFilterTemplateComponent {
44
43
  * Gestione visibilità
45
44
  */
46
45
  changeVisibility(): void;
47
- becomeTheCoord(theCoord: string): void;
48
46
  static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterTemplateComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterTemplateComponent, "date-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterTemplateComponent, "date-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
50
48
  }
@@ -11,10 +11,9 @@ export declare class ImageFilterTemplateComponent {
11
11
  logicOperatorText: typeof LogicOperatorText;
12
12
  selectedLogicOperator: LogicOperatorText;
13
13
  activeCondition: boolean;
14
- isX: boolean;
15
- isY: boolean;
16
14
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
17
15
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
16
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
18
17
  onFilterChange(): void;
19
18
  /**
20
19
  * Metodo che genera l'oggetto da inviare all'esterno
@@ -20,10 +20,9 @@ export declare class ImageSelectorFilterTemplateComponent {
20
20
  Selected?: boolean;
21
21
  ImgUrl?: string;
22
22
  }[];
23
- isX: boolean;
24
- isY: boolean;
25
23
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
26
24
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
25
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
27
26
  constructor();
28
27
  ngOnInit(): void;
29
28
  initStyles(): void;
@@ -11,9 +11,8 @@ export declare class ListFormRecordFilterTemplateComponent {
11
11
  logicOperatorText: typeof LogicOperatorText;
12
12
  selectedLogicOperator: LogicOperatorText;
13
13
  activeCondition: boolean;
14
- isX: boolean;
15
- isY: boolean;
16
14
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
15
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
17
16
  ngOnChanges(changes: SimpleChanges): void;
18
17
  /**
19
18
  * Metodo per emettere l'evento che il valore del record è cambiato.
@@ -8,7 +8,6 @@ export declare class ListValueFilterTemplateComponent {
8
8
  field: ListValueField;
9
9
  record: Record;
10
10
  Statistic: Statistic;
11
- showXY: boolean;
12
11
  filterChange: EventEmitter<Statistic>;
13
12
  validatorsArray: any[];
14
13
  logicOperatorListValue: typeof LogicOperatorListValue;
@@ -18,6 +17,8 @@ export declare class ListValueFilterTemplateComponent {
18
17
  currentStatistic: Statistic;
19
18
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
20
19
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
20
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
21
+ operatorsGroupByEnum: typeof NumberAggregationFunctionEnum;
21
22
  FieldstyleObj: any;
22
23
  LabelstyleObj: any;
23
24
  arrayData: {
@@ -26,8 +27,6 @@ export declare class ListValueFilterTemplateComponent {
26
27
  Selected?: boolean;
27
28
  ImgUrl?: string;
28
29
  }[];
29
- isX: boolean;
30
- isY: boolean;
31
30
  constructor();
32
31
  ngOnInit(): void;
33
32
  ngOnChanges(changes: SimpleChanges): void;
@@ -52,5 +51,5 @@ export declare class ListValueFilterTemplateComponent {
52
51
  private createArrayDataElement;
53
52
  private createNumberArrayDataElement;
54
53
  static ɵfac: i0.ɵɵFactoryDeclaration<ListValueFilterTemplateComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<ListValueFilterTemplateComponent, "list-value-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListValueFilterTemplateComponent, "list-value-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
56
55
  }
@@ -10,7 +10,6 @@ export declare class NumericFilterTemplateComponent implements OnInit {
10
10
  field: NumericField;
11
11
  record: Record;
12
12
  Statistic: Statistic;
13
- showXY: boolean;
14
13
  filterResultViewMode: DynamicModuleFilterResultViewModeEnum;
15
14
  filterChange: EventEmitter<any>;
16
15
  validatorsArray: any[];
@@ -22,10 +21,10 @@ export declare class NumericFilterTemplateComponent implements OnInit {
22
21
  currentStatistic: Statistic;
23
22
  FieldstyleObj: any;
24
23
  LabelstyleObj: any;
25
- isX: boolean;
26
- isY: boolean;
27
24
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
28
25
  aggregationFunctionEnum: typeof NumberAggregationFunctionEnum;
26
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
27
+ operatorsGroupByEnum: typeof NumberAggregationFunctionEnum;
29
28
  constructor();
30
29
  ngOnInit(): void;
31
30
  ngOnChanges(changes: SimpleChanges): void;
@@ -47,7 +46,6 @@ export declare class NumericFilterTemplateComponent implements OnInit {
47
46
  * Gestione visibilità
48
47
  */
49
48
  changeVisibility(): void;
50
- becomeTheCoord(theCoord: string): void;
51
49
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterTemplateComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterTemplateComponent, "numeric-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterTemplateComponent, "numeric-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "filterResultViewMode": "filterResultViewMode"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
53
51
  }
@@ -13,7 +13,6 @@ export declare class TextFilterTemplateComponent {
13
13
  field: TextField;
14
14
  record: Record;
15
15
  Statistic: Statistic;
16
- showXY: boolean;
17
16
  STT: boolean;
18
17
  FieldstyleObj: any;
19
18
  LabelstyleObj: any;
@@ -26,10 +25,10 @@ export declare class TextFilterTemplateComponent {
26
25
  selectedLogicOperator: LogicOperatorText;
27
26
  activeCondition: boolean;
28
27
  platform: string;
29
- isX: boolean;
30
- isY: boolean;
31
28
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
32
29
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
30
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
31
+ operatorsGroupByEnum: typeof NumberAggregationFunctionEnum;
33
32
  constructor();
34
33
  ngOnInit(): void;
35
34
  ngOnChanges(changes: SimpleChanges): void;
@@ -44,5 +43,5 @@ export declare class TextFilterTemplateComponent {
44
43
  */
45
44
  changeVisibility(): void;
46
45
  static ɵfac: i0.ɵɵFactoryDeclaration<TextFilterTemplateComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<TextFilterTemplateComponent, "text-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; }, { "recordChange": "recordChange"; "filterChange": "filterChange"; }, never, never, false, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextFilterTemplateComponent, "text-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; }, { "recordChange": "recordChange"; "filterChange": "filterChange"; }, never, never, false, never>;
48
47
  }
@@ -13,7 +13,6 @@ export declare class TextareaFilterTemplateComponent {
13
13
  field: TextField;
14
14
  record: Record;
15
15
  Statistic: Statistic;
16
- showXY: boolean;
17
16
  STT: boolean;
18
17
  FieldstyleObj: any;
19
18
  LabelstyleObj: any;
@@ -26,10 +25,10 @@ export declare class TextareaFilterTemplateComponent {
26
25
  platform: string;
27
26
  visible: boolean;
28
27
  currentStatistic: Statistic;
29
- isX: boolean;
30
- isY: boolean;
31
28
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
32
29
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
30
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
31
+ operatorsGroupByEnum: typeof NumberAggregationFunctionEnum;
33
32
  constructor();
34
33
  ngOnInit(): void;
35
34
  initStyles(): void;
@@ -48,5 +47,5 @@ export declare class TextareaFilterTemplateComponent {
48
47
  */
49
48
  changeVisibility(): void;
50
49
  static ɵfac: i0.ɵɵFactoryDeclaration<TextareaFilterTemplateComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<TextareaFilterTemplateComponent, "textarea-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; "showXY": "showXY"; }, { "recordChange": "recordChange"; "filterChange": "filterChange"; }, never, never, false, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextareaFilterTemplateComponent, "textarea-filter-template", never, { "field": "field"; "record": "record"; "Statistic": "Statistic"; }, { "recordChange": "recordChange"; "filterChange": "filterChange"; }, never, never, false, never>;
52
51
  }
@@ -14,10 +14,9 @@ export declare class ListFormRecordTriggerTemplateComponent {
14
14
  activeCondition: boolean;
15
15
  booleanLogicOperatorType: typeof BooleanLogicOperatorType;
16
16
  selectedBooleanLogicOperator: BooleanLogicOperatorType;
17
- isX: boolean;
18
- isY: boolean;
19
17
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
20
18
  aggregationFunctionEnum: typeof NotNumberAggregationFunctionEnum;
19
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
21
20
  onTriggerChange(): void;
22
21
  /**
23
22
  * Metodo che genera l'oggetto da inviare all'esterno
@@ -6,9 +6,8 @@ export declare class Statistic {
6
6
  value: string;
7
7
  logicoperator: LogicOperatorBoolean | LogicOperatorListValue | LogicOperatorNumeric | LogicOperatorText | LogicOperatorDate | LogicOperatorImageSelector;
8
8
  visible: boolean;
9
- isX: boolean;
10
- isY: boolean;
11
9
  aggregations: Array<NumberAggregationFunctionEnum> | Array<NotNumberAggregationFunctionEnum>;
10
+ operatorsGroupBy: Array<NumberAggregationFunctionEnum>;
12
11
  }
13
12
  export declare class FilterStatistic {
14
13
  Statistics: Array<Statistic>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.10.25",
7
+ "version": "2.10.27",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",