@eqproject/eqp-dynamic-module 2.10.23 → 2.10.24

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.
@@ -52,6 +52,7 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
52
52
  Statistic: FilterStatistic;
53
53
  numberOfColumns: number;
54
54
  showXY: boolean;
55
+ showHiddenFields: boolean;
55
56
  QueryEditorComponent: any;
56
57
  context: Context;
57
58
  /**
@@ -172,5 +173,5 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
172
173
  reloadHTMLReadableValues(answerId: string): void;
173
174
  onAfterOutputExternalFilters(ev: FilterStatistic): void;
174
175
  static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleComponent, 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"; "showXY": "showXY"; "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>;
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>;
176
177
  }
@@ -27,6 +27,7 @@ export declare class FilterFormStatisticComponent {
27
27
  record: Record | string;
28
28
  onlyView: boolean;
29
29
  showXY: boolean;
30
+ showHiddenFields: boolean;
30
31
  defaultListActions: DynamicModuleListFormRecordActionsDefault;
31
32
  filterResultViewMode: DynamicModuleFilterResultViewModeEnum;
32
33
  Statistic: FilterStatistic;
@@ -120,5 +121,5 @@ export declare class FilterFormStatisticComponent {
120
121
  private getResponseTemplate;
121
122
  private replaceTemplatePlaceholdersWithValues;
122
123
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterFormStatisticComponent, 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"; "showXY": "showXY"; "defaultListActions": "defaultListActions"; "filterResultViewMode": "filterResultViewMode"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; }, { "fireTrigger": "fireTrigger"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "afterFilter": "afterFilter"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, 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>;
124
125
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.10.23",
7
+ "version": "2.10.24",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",