chrv-components 1.11.50 → 1.11.51

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/index.d.ts CHANGED
@@ -663,6 +663,7 @@ declare class ChrDatetimeInputComponent extends ChrBaseInputComponent implements
663
663
  readonly type: _angular_core.InputSignal<InputType>;
664
664
  constructor();
665
665
  ngOnInit(): void;
666
+ writeValue(obj: any): void;
666
667
  onInputChange: (value: any) => void;
667
668
  parseDate: (event: string) => Date | null;
668
669
  dateToString: (value: Date) => string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.11.50",
3
+ "version": "1.11.51",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",
Binary file