chrv-components 1.10.71 → 1.10.73

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.
@@ -130,7 +130,7 @@ export declare class ChrDataTable {
130
130
  protected emitPageSize(pageSize: any): void;
131
131
  protected emitCurrentPage(currentPage: any): void;
132
132
  protected getNestedProperty(obj: any, path?: string): any;
133
- protected select: (entry: any, event: MouseEvent) => void;
133
+ protected select: (entry: any | any[], event: MouseEvent) => void;
134
134
  getSelection: () => any[];
135
135
  setSelection: (data: any[]) => void;
136
136
  protected contains: (entry: any) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.10.71",
3
+ "version": "1.10.73",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.3.0",
6
6
  "@angular/core": ">=17.3.0",
Binary file