chrv-components 1.11.12 → 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
@@ -872,7 +872,7 @@ declare class ChrSearchbarComponent {
872
872
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChrSearchbarComponent, "app-chr-searchbar", never, { "model": { "alias": "model"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; }, { "modelChange": "modelChange"; }, never, never, true, never>;
873
873
  }
874
874
 
875
- declare class ChrPaginatorComponent implements OnInit {
875
+ declare class ChrPaginatorComponent implements OnInit, AfterContentChecked {
876
876
  private service;
877
877
  private dataService;
878
878
  page: _angular_core.InputSignal<number>;
@@ -884,7 +884,7 @@ declare class ChrPaginatorComponent implements OnInit {
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();
887
+ ngAfterContentChecked(): void;
888
888
  ngOnInit(): void;
889
889
  previous: () => void;
890
890
  next: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.11.12",
3
+ "version": "1.11.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",