@indigina/ui-kit 1.1.337 → 1.1.339
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
|
@@ -2522,7 +2522,7 @@ declare class KitDatepickerComponent implements ControlValueAccessor {
|
|
|
2522
2522
|
onBlur(): void;
|
|
2523
2523
|
onChange: (_value: Date) => void;
|
|
2524
2524
|
onTouched: () => void;
|
|
2525
|
-
writeValue(value
|
|
2525
|
+
writeValue(value?: string | Date | number): void;
|
|
2526
2526
|
registerOnChange(fn: (_: Date) => void): void;
|
|
2527
2527
|
registerOnTouched(fn: () => void): void;
|
|
2528
2528
|
setDisabledState(disabled: boolean): void;
|