@zambon-dev/library 1.6.0 → 1.6.1
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.
|
@@ -14,6 +14,7 @@ export declare class DataGridComponent extends BaseComponent implements OnInit,
|
|
|
14
14
|
protected dataGridDataset: DataGridDataset;
|
|
15
15
|
protected hasFailed: boolean;
|
|
16
16
|
protected headerRightMargin: number;
|
|
17
|
+
protected headerScrollLeft: number;
|
|
17
18
|
protected loading: boolean;
|
|
18
19
|
private bodyResized$;
|
|
19
20
|
private bodyResizeObserver?;
|
|
@@ -13,7 +13,7 @@ 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 hasMeasured;
|
|
17
17
|
get rowData(): any;
|
|
18
18
|
protected get columns(): IGridColumn[];
|
|
19
19
|
private get isRowDataSelected();
|