nexheal-lib 0.0.52 → 0.0.53
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/fesm2022/nexheal-lib.mjs +8 -2
- package/fesm2022/nexheal-lib.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
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;
|