chrv-components 1.11.10 → 1.11.12
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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { OnInit, AfterViewInit, OnDestroy, EventEmitter, AfterViewChecked, AfterContentChecked, ElementRef,
|
|
2
|
+
import { OnInit, AfterViewInit, OnDestroy, EventEmitter, AfterViewChecked, AfterContentChecked, ElementRef, ViewContainerRef, QueryList, AfterContentInit, InjectionToken, Type } from '@angular/core';
|
|
3
3
|
import { Router, UrlTree } from '@angular/router';
|
|
4
4
|
import { MatDialogRef, MatDialogConfig } from '@angular/material/dialog';
|
|
5
5
|
export * from '@angular/material/dialog';
|
|
@@ -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 {
|
|
876
876
|
private service;
|
|
877
877
|
private dataService;
|
|
878
878
|
page: _angular_core.InputSignal<number>;
|
|
@@ -884,8 +884,7 @@ declare class ChrPaginatorComponent implements OnInit, AfterContentInit {
|
|
|
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
|
-
|
|
888
|
-
ngAfterContentInit(): void;
|
|
887
|
+
constructor();
|
|
889
888
|
ngOnInit(): void;
|
|
890
889
|
previous: () => void;
|
|
891
890
|
next: () => void;
|