@eqproject/eqp-dynamic-module 2.10.8 → 2.10.9

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.
@@ -8727,6 +8727,7 @@ class TextFilterTemplateComponent {
8727
8727
  this.selectedLogicOperator = this.Statistic.logicoperator;
8728
8728
  this.record[this.field.Name] = this.Statistic.value;
8729
8729
  this.visible = this.Statistic.visible;
8730
+ this.aggregations = this.Statistic.aggregations;
8730
8731
  }
8731
8732
  this.initStyles();
8732
8733
  }
@@ -8811,6 +8812,7 @@ class NumericFilterTemplateComponent {
8811
8812
  this.visible = this.Statistic.visible;
8812
8813
  this.isX = this.Statistic.isX;
8813
8814
  this.isY = this.Statistic.isY;
8815
+ this.aggregations = this.Statistic.aggregations;
8814
8816
  }
8815
8817
  this.configureEqpNumericOptions();
8816
8818
  this.configureControllers();
@@ -8938,6 +8940,7 @@ class BooleanFilterTemplateComponent {
8938
8940
  this.selectedLogicOperator = this.Statistic.logicoperator;
8939
8941
  this.record[this.field.Name] = this.Statistic.value;
8940
8942
  this.visible = this.Statistic.visible;
8943
+ this.aggregations = this.Statistic.aggregations;
8941
8944
  }
8942
8945
  this.configureControllers();
8943
8946
  this.initStyles();
@@ -9013,6 +9016,7 @@ class DateFilterTemplateComponent {
9013
9016
  this.visible = this.Statistic.visible;
9014
9017
  this.isX = this.Statistic.isX;
9015
9018
  this.isY = this.Statistic.isY;
9019
+ this.aggregations = this.Statistic.aggregations;
9016
9020
  }
9017
9021
  this.setTimeType();
9018
9022
  this.setOutputFormat();
@@ -9129,6 +9133,7 @@ class ListValueFilterTemplateComponent {
9129
9133
  this.selectedLogicOperator = this.Statistic.logicoperator;
9130
9134
  this.record[this.field.Name] = this.Statistic.value;
9131
9135
  this.visible = this.Statistic.visible;
9136
+ this.aggregations = this.Statistic.aggregations;
9132
9137
  }
9133
9138
  this.configureControllers();
9134
9139
  this.initStyles();
@@ -9258,6 +9263,7 @@ class TextareaFilterTemplateComponent {
9258
9263
  this.selectedLogicOperator = this.Statistic.logicoperator;
9259
9264
  this.record[this.field.Name] = this.Statistic.value;
9260
9265
  this.visible = this.Statistic.visible;
9266
+ this.aggregations = this.Statistic.aggregations;
9261
9267
  }
9262
9268
  this.initStyles();
9263
9269
  }