nexheal-lib 0.0.52 → 0.0.54

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
@@ -527,6 +527,8 @@ declare class PaginatedAutocompleteControl implements ControlValueAccessor, OnIn
527
527
  currentPage: number;
528
528
  get hasMore(): boolean;
529
529
  get totalPages(): number;
530
+ get pageRangeStart(): number;
531
+ get pageRangeEnd(): number;
530
532
  constructor();
531
533
  ngOnInit(): void;
532
534
  ngAfterViewInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexheal-lib",
3
- "version": "0.0.52",
3
+ "version": "0.0.54",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"