@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: string | Date): void;
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;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.337",
10
+ "version": "1.1.339",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",