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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.11.11",
3
+ "version": "1.11.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",