@dsivd/prestations-ng 19.0.2 → 19.0.4

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.2",
43
+ "version": "19.0.4",
44
44
  "module": "fesm2022/dsivd-prestations-ng.mjs",
45
45
  "typings": "types/dsivd-prestations-ng.d.ts",
46
46
  "exports": {
@@ -1549,11 +1549,12 @@ declare class FoehnInputEmailComponent extends FoehnInputStringComponent impleme
1549
1549
 
1550
1550
  declare class FoehnInputHiddenComponent extends FoehnInputStringComponent implements OnInit {
1551
1551
  timeoutReference: any;
1552
+ readonly model: _angular_core.ModelSignal<string>;
1552
1553
  constructor();
1553
1554
  ngOnInit(): void;
1554
1555
  onModelChange(value: string): void;
1555
1556
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FoehnInputHiddenComponent, never>;
1556
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<FoehnInputHiddenComponent, "foehn-input-hidden", never, {}, {}, never, ["*"], true, never>;
1557
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FoehnInputHiddenComponent, "foehn-input-hidden", never, { "model": { "alias": "model"; "required": false; "isSignal": true; }; }, { "model": "modelChange"; }, never, ["*"], true, never>;
1557
1558
  }
1558
1559
 
1559
1560
  declare class FoehnInputNumberComponent extends FoehnInputStringComponent implements OnInit, OnChanges {
Binary file