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
|
Binary file
|