@eqproject/eqp-dynamic-module 2.10.0 → 2.10.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.
- package/esm2020/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.mjs +6 -3
- package/esm2020/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +17 -4
- package/esm2020/lib/services/utilityHelper.services.mjs +59 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +79 -5
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +79 -5
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.d.ts +2 -1
- package/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.d.ts +2 -1
- package/lib/services/utilityHelper.services.d.ts +2 -0
- package/package.json +1 -1
|
@@ -49,6 +49,7 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
|
|
|
49
49
|
selectedRecord: Record | string;
|
|
50
50
|
isDraggableListView: boolean;
|
|
51
51
|
Statistic: FilterStatistic;
|
|
52
|
+
numberOfColumns: number;
|
|
52
53
|
QueryEditorComponent: any;
|
|
53
54
|
context: Context;
|
|
54
55
|
/**
|
|
@@ -169,5 +170,5 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
|
|
|
169
170
|
reloadHTMLReadableValues(answerId: string): void;
|
|
170
171
|
onAfterOutputExternalFilters(ev: FilterStatistic): void;
|
|
171
172
|
static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleComponent, never>;
|
|
172
|
-
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"; "showNewSearchButton": "showNewSearchButton"; "answerToDuplicateId": "answerToDuplicateId"; "highlightFilter": "highlightFilter"; "selectedRecord": "selectedRecord"; "isDraggableListView": "isDraggableListView"; "Statistic": "Statistic"; "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>;
|
|
173
|
+
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"; "showNewSearchButton": "showNewSearchButton"; "answerToDuplicateId": "answerToDuplicateId"; "highlightFilter": "highlightFilter"; "selectedRecord": "selectedRecord"; "isDraggableListView": "isDraggableListView"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; "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>;
|
|
173
174
|
}
|
|
@@ -29,6 +29,7 @@ export declare class FilterFormStatisticComponent {
|
|
|
29
29
|
defaultListActions: DynamicModuleListFormRecordActionsDefault;
|
|
30
30
|
filterResultViewMode: DynamicModuleFilterResultViewModeEnum;
|
|
31
31
|
Statistic: FilterStatistic;
|
|
32
|
+
numberOfColumns: number;
|
|
32
33
|
fireTrigger: EventEmitter<FireTrigger>;
|
|
33
34
|
tableOutdated: EqpTableComponent;
|
|
34
35
|
pageSize: number;
|
|
@@ -118,5 +119,5 @@ export declare class FilterFormStatisticComponent {
|
|
|
118
119
|
private getResponseTemplate;
|
|
119
120
|
private replaceTemplatePlaceholdersWithValues;
|
|
120
121
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterFormStatisticComponent, never>;
|
|
121
|
-
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"; "defaultListActions": "defaultListActions"; "filterResultViewMode": "filterResultViewMode"; "Statistic": "Statistic"; }, { "fireTrigger": "fireTrigger"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "afterFilter": "afterFilter"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, never>;
|
|
122
|
+
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"; "defaultListActions": "defaultListActions"; "filterResultViewMode": "filterResultViewMode"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; }, { "fireTrigger": "fireTrigger"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "afterFilter": "afterFilter"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, never>;
|
|
122
123
|
}
|
|
@@ -53,6 +53,8 @@ export declare class UtilityHelperService {
|
|
|
53
53
|
*/
|
|
54
54
|
getFieldAnswerStyleClass(field: BaseField): string;
|
|
55
55
|
private getDefaultStyleClass;
|
|
56
|
+
getFieldFilterStyleClass(field: BaseField, numberOfColumns: number): string;
|
|
57
|
+
private getDefaultStyleClassWithNumberColumns;
|
|
56
58
|
/**
|
|
57
59
|
* Metodo per creare il FormGroup che rappresenta una Form a partire dai suoi BaseField.
|
|
58
60
|
* @param formFields Lista dei BaseField che compongono la form.
|