chrv-components 1.10.23 → 1.10.25
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.
|
@@ -69,7 +69,7 @@ export interface IChip {
|
|
|
69
69
|
color: Color;
|
|
70
70
|
}
|
|
71
71
|
export type TColumnType = 'link' | 'chips' | 'input' | 'date' | 'default';
|
|
72
|
-
export declare class
|
|
72
|
+
export declare class ChrDataTable {
|
|
73
73
|
private dataService;
|
|
74
74
|
private changeDetector;
|
|
75
75
|
private _data;
|
|
@@ -150,6 +150,6 @@ export declare class ChrTableNewComponent {
|
|
|
150
150
|
protected getContrastTextColor: (color?: Color) => string;
|
|
151
151
|
protected getBorderColor: (color?: Color) => string;
|
|
152
152
|
protected sort: (properties?: string) => void;
|
|
153
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
154
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
153
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChrDataTable, never>;
|
|
154
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChrDataTable, "chr-table", never, { "data": { "alias": "data"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "actionsWidth": { "alias": "actionsWidth"; "required": false; }; "isAsc": { "alias": "isAsc"; "required": false; }; "sortBy": { "alias": "sortBy"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "id": { "alias": "id"; "required": false; }; "color": { "alias": "color"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; }, { "selectionChange": "selectionChange"; "isAscChange": "isAscChange"; "sortByChange": "sortByChange"; "pageSizeChange": "pageSizeChange"; "currentPageChange": "currentPageChange"; }, never, never, true, never>;
|
|
155
155
|
}
|
package/package.json
CHANGED
|
Binary file
|