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
|
Binary file
|