@eqproject/eqp-dynamic-module 2.8.25 → 2.8.26

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.
@@ -100,7 +100,7 @@ export declare class HListFormRecordComponent implements OnInit, OnChanges {
100
100
  */
101
101
  filterDataAnswers(): void;
102
102
  setMinMaxDates(): void;
103
- printValue(fieldType: any, value: any, fieldconfig: any): any;
103
+ printValue(fieldType: any, value: any, fieldconfig: any, record: any): any;
104
104
  private resizeBase64Image;
105
105
  static ɵfac: i0.ɵɵFactoryDeclaration<HListFormRecordComponent, never>;
106
106
  static ɵcmp: i0.ɵɵComponentDeclaration<HListFormRecordComponent, "hlist-form-record", never, { "configurations": "configurations"; "endPointConfiguration": "endPointConfiguration"; "formID": "formID"; "form": "form"; "externalButtons": "externalButtons"; }, { "onViewRecord": "onViewRecord"; "onAddViewEditRecord": "onAddViewEditRecord"; "onDeleteRecord": "onDeleteRecord"; "onAfterDeleteRecord": "onAfterDeleteRecord"; }, never, never, false, never>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.8.25",
7
+ "version": "2.8.26",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",