nexheal-lib 0.0.37 → 0.0.39

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
@@ -174,6 +174,8 @@ declare class CalendarControl implements ControlValueAccessor, OnInit, OnDestroy
174
174
  isInHoverWeek(date: Date): boolean;
175
175
  onDayHover(cell: CalendarCell): void;
176
176
  onDayLeave(): void;
177
+ /** Stable identity for day cells so they aren't re-created every change-detection. */
178
+ trackByDate: (_: number, cell: CalendarCell) => number;
177
179
  goToMonthView(): void;
178
180
  months: string[];
179
181
  selectMonth(index: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexheal-lib",
3
- "version": "0.0.37",
3
+ "version": "0.0.39",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"