@eqproject/eqp-dynamic-module 2.9.37 → 2.9.38
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.
- package/esm2020/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +2 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -2
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -59,7 +59,6 @@ import * as i2$4 from '@angular/platform-browser';
|
|
|
59
59
|
import * as ss from 'simple-statistics';
|
|
60
60
|
import * as i2$5 from '@canvasjs/angular-stockcharts';
|
|
61
61
|
import { CanvasJSAngularStockChartsModule, CanvasJSChart, CanvasJSStockChart } from '@canvasjs/angular-stockcharts';
|
|
62
|
-
import { LogicOperator as LogicOperator$1 } from 'projects/eqp-dynamic-module/src/lib/models/logicOperator.model';
|
|
63
62
|
import * as i8$3 from '@angular/material/autocomplete';
|
|
64
63
|
import { MatAutocompleteModule } from '@angular/material/autocomplete';
|
|
65
64
|
import { MatDatepickerModule } from '@angular/material/datepicker';
|
|
@@ -9531,7 +9530,7 @@ class FilterFormStatisticComponent {
|
|
|
9531
9530
|
key: "logicoperator",
|
|
9532
9531
|
display: "Operatore",
|
|
9533
9532
|
type: TypeColumn.Enum,
|
|
9534
|
-
enumModel: LogicOperator
|
|
9533
|
+
enumModel: LogicOperator,
|
|
9535
9534
|
styles: { flex: "0 0 10%" }
|
|
9536
9535
|
});
|
|
9537
9536
|
this.columnsOutdated.push({ key: "value", display: "Valore", styles: { flex: "0 0 30%" } });
|