@eqproject/eqp-dynamic-module 2.3.8 → 2.3.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.
- package/esm2020/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +2 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +2 -3
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +2 -3
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -44,7 +44,6 @@ import { EqpSelectModule } from '@eqproject/eqp-select';
|
|
|
44
44
|
import * as i3$3 from '@eqproject/eqp-attachments';
|
|
45
45
|
import { AttachmentType, EqpAttachmentsModule } from '@eqproject/eqp-attachments';
|
|
46
46
|
import * as i2$5 from '@angular/platform-browser';
|
|
47
|
-
import { DynamicModuleFilterResultViewModeEnum as DynamicModuleFilterResultViewModeEnum$1 } from 'projects/eqp-dynamic-module/src/lib/models/dynamicModuleFilterResultViewModeEnum.model';
|
|
48
47
|
import * as i8 from '@angular/material/autocomplete';
|
|
49
48
|
import { MatAutocompleteModule } from '@angular/material/autocomplete';
|
|
50
49
|
import { MatDatepickerModule } from '@angular/material/datepicker';
|
|
@@ -4854,7 +4853,7 @@ class FilterFormStatisticComponent {
|
|
|
4854
4853
|
this.record = null; // edit
|
|
4855
4854
|
this.onlyView = false;
|
|
4856
4855
|
this.defaultListActions = new DynamicModuleListFormRecordActionsDefault(false, true, false, false, false);
|
|
4857
|
-
this.filterResultViewMode = DynamicModuleFilterResultViewModeEnum
|
|
4856
|
+
this.filterResultViewMode = DynamicModuleFilterResultViewModeEnum.INTERNAL_EQPTABLE;
|
|
4858
4857
|
//Pagination
|
|
4859
4858
|
this.pageSize = 100;
|
|
4860
4859
|
this.pageIndex = 0;
|
|
@@ -4876,7 +4875,7 @@ class FilterFormStatisticComponent {
|
|
|
4876
4875
|
this.afterSaveRecordEvent = new EventEmitter();
|
|
4877
4876
|
this.afterFilter = new EventEmitter();
|
|
4878
4877
|
this.filters = new FilterStatistic();
|
|
4879
|
-
this.filterResultViewModes = DynamicModuleFilterResultViewModeEnum
|
|
4878
|
+
this.filterResultViewModes = DynamicModuleFilterResultViewModeEnum;
|
|
4880
4879
|
}
|
|
4881
4880
|
ngOnInit() {
|
|
4882
4881
|
// add può funzionare anche come modifica e come preview
|