chrv-components 1.11.11 → 1.11.13
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
|
@@ -884,7 +884,6 @@ declare class ChrPaginatorComponent implements OnInit, AfterContentChecked {
|
|
|
884
884
|
protected currentlyShownSize: _angular_core.Signal<number>;
|
|
885
885
|
readonly id: _angular_core.InputSignal<string>;
|
|
886
886
|
readonly allowSizeChange: _angular_core.InputSignal<string | boolean>;
|
|
887
|
-
constructor();
|
|
888
887
|
ngAfterContentChecked(): void;
|
|
889
888
|
ngOnInit(): void;
|
|
890
889
|
previous: () => void;
|