cps-ui-kit 0.115.0 → 0.117.0

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.
@@ -52,7 +52,8 @@ export declare class CpsDatepickerComponent implements ControlValueAccessor, OnI
52
52
  private _dateToString;
53
53
  private _stringToDate;
54
54
  private _checkErrors;
55
- onSelectCalendarDate(dateVal: Date): void;
55
+ onClearCalendarDate(): void;
56
+ onSelectCalendarDate(dateVal: Date | null): void;
56
57
  onInputBlur(): void;
57
58
  onInputEnterClicked(): void;
58
59
  onClickCalendarIcon(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cps-ui-kit",
3
- "version": "0.115.0",
3
+ "version": "0.117.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "15 - 16",
6
6
  "@angular/core": "15 - 16",