@eqproject/eqp-dynamic-module 2.10.5 → 2.10.6

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.
@@ -45,6 +45,7 @@ export declare class ListViewFormRecordComponent implements OnInit, OnChanges {
45
45
  highlightFilter: any;
46
46
  QueryEditorComponent: DynamicLoaderDirectiveData;
47
47
  formulaObject: any;
48
+ contestualizationParams: any;
48
49
  defaultListActions: DynamicModuleListFormRecordActionsDefault;
49
50
  test: boolean;
50
51
  isDuplicating: boolean;
@@ -180,6 +181,6 @@ export declare class ListViewFormRecordComponent implements OnInit, OnChanges {
180
181
  reloadHTMLReadableValues(answerId: string): void;
181
182
  generateAction(actionButton: ActionButton): void;
182
183
  static ɵfac: i0.ɵɵFactoryDeclaration<ListViewFormRecordComponent, never>;
183
- static ɵcmp: i0.ɵɵComponentDeclaration<ListViewFormRecordComponent, "list-view-form-record", never, { "configurations": "configurations"; "compileConfigurations": "compileConfigurations"; "endPointConfiguration": "endPointConfiguration"; "userID": "userID"; "formID": "formID"; "orgaID": "orgaID"; "form": "form"; "defaultListViewFunction": "defaultListViewFunction"; "externalButtons": "externalButtons"; "actionButtons": "actionButtons"; "onlyView": "onlyView"; "records": "records"; "highlightFilter": "highlightFilter"; "QueryEditorComponent": "QueryEditorComponent"; "formulaObject": "formulaObject"; }, { "onAddViewEditRecord": "onAddViewEditRecord"; "onDeleteRecord": "onDeleteRecord"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "dragStarted": "dragStarted"; "dragReleased": "dragReleased"; "out": "out"; "fireTrigger": "fireTrigger"; "clickDragIndicator": "clickDragIndicator"; }, never, never, false, never>;
184
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListViewFormRecordComponent, "list-view-form-record", never, { "configurations": "configurations"; "compileConfigurations": "compileConfigurations"; "endPointConfiguration": "endPointConfiguration"; "userID": "userID"; "formID": "formID"; "orgaID": "orgaID"; "form": "form"; "defaultListViewFunction": "defaultListViewFunction"; "externalButtons": "externalButtons"; "actionButtons": "actionButtons"; "onlyView": "onlyView"; "records": "records"; "highlightFilter": "highlightFilter"; "QueryEditorComponent": "QueryEditorComponent"; "formulaObject": "formulaObject"; "contestualizationParams": "contestualizationParams"; }, { "onAddViewEditRecord": "onAddViewEditRecord"; "onDeleteRecord": "onDeleteRecord"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "dragStarted": "dragStarted"; "dragReleased": "dragReleased"; "out": "out"; "fireTrigger": "fireTrigger"; "clickDragIndicator": "clickDragIndicator"; }, never, never, false, never>;
184
185
  }
185
186
  export {};
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.10.5",
7
+ "version": "2.10.6",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",