@dsivd/prestations-ng 19.0.4 → 19.0.5-beta.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/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "ng-update": {
41
41
  "migrations": "./schematics/migration-collection.json"
42
42
  },
43
- "version": "19.0.4",
43
+ "version": "19.0.5-beta.2",
44
44
  "module": "fesm2022/dsivd-prestations-ng.mjs",
45
45
  "typings": "types/dsivd-prestations-ng.d.ts",
46
46
  "exports": {
@@ -205,6 +205,7 @@ declare abstract class FoehnInputComponent<T> implements OnInit, AfterViewInit {
205
205
  onModelChange(value: T): void;
206
206
  handleChange(value: T): void;
207
207
  updateNgModel(value: T): void;
208
+ patchModel(patch: T extends object ? Partial<T> : never): void;
208
209
  hasErrorsToDisplay(): boolean;
209
210
  hasErrors(): boolean;
210
211
  hasInheritErrorFromParent(): boolean;
Binary file