nexheal-lib 0.0.21 → 0.0.23

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
@@ -175,6 +175,10 @@ declare class CalendarControl implements ControlValueAccessor, OnInit, OnDestroy
175
175
  setMeridian(value: "AM" | "PM"): void;
176
176
  private buildDateWithTime;
177
177
  isTimeValid(hour: number, minute: number): boolean;
178
+ isIncrementHourValid(): boolean;
179
+ isDecrementHourValid(): boolean;
180
+ isIncrementMinuteValid(): boolean;
181
+ isDecrementMinuteValid(): boolean;
178
182
  incrementHour(): void;
179
183
  decrementHour(): void;
180
184
  incrementMinute(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexheal-lib",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"