@zambon-dev/library 1.6.1 → 1.6.2
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.
|
@@ -44,6 +44,7 @@ export declare class DataGridComponent extends BaseComponent implements OnInit,
|
|
|
44
44
|
ngOnDestroy(): void;
|
|
45
45
|
protected onSelectionResized(newSize: number): void;
|
|
46
46
|
protected isFirstVisibleRow(rowIndex: number): boolean;
|
|
47
|
+
private syncHeaderScroll;
|
|
47
48
|
protected trackByFn(index: number, item: any): number;
|
|
48
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataGridComponent, never>;
|
|
49
50
|
static ɵcmp: i0.ɵɵComponentDeclaration<DataGridComponent, "lib-data-grid", never, { "disabled": { "alias": "disabled"; "required": false; }; "lazyLoadRows": { "alias": "lazyLoadRows"; "required": false; }; "showButtons": { "alias": "showButtons"; "required": false; }; }, {}, never, ["[buttons]"], true, never>;
|
|
@@ -13,9 +13,10 @@ export declare class DataGridRowComponent extends BaseComponent implements OnIni
|
|
|
13
13
|
protected dataGridDataset: DataGridDataset;
|
|
14
14
|
protected selected: boolean;
|
|
15
15
|
private _rowData;
|
|
16
|
-
private
|
|
16
|
+
private elementRef;
|
|
17
17
|
get rowData(): any;
|
|
18
18
|
protected get columns(): IGridColumn[];
|
|
19
|
+
private get isLaidOut();
|
|
19
20
|
private get isRowDataSelected();
|
|
20
21
|
private get rowKey();
|
|
21
22
|
constructor();
|