eru-grid 0.0.13 → 0.0.14
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.
- package/fesm2022/eru-grid.mjs +4 -11
- package/fesm2022/eru-grid.mjs.map +1 -1
- package/index.d.ts +0 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -633,7 +633,6 @@ declare class EruGridComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
633
633
|
gtScroller: ElementRef<HTMLDivElement>;
|
|
634
634
|
initialMinHeight: number;
|
|
635
635
|
initialTotalWidth: number;
|
|
636
|
-
initialAdjustScrollWidth: boolean;
|
|
637
636
|
vp: CdkVirtualScrollViewport;
|
|
638
637
|
private rowLoadQueue;
|
|
639
638
|
private isProcessingQueue;
|
|
@@ -690,7 +689,6 @@ declare class EruGridComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
690
689
|
getInitialMinHeightPx(): number;
|
|
691
690
|
getInitialTotalWidth(): number;
|
|
692
691
|
applyCdkWidth(): boolean;
|
|
693
|
-
getInitialAdjustScrollWidth(): boolean;
|
|
694
692
|
private createGroupedRows;
|
|
695
693
|
initializeGroups(): void;
|
|
696
694
|
private fetchInitialRows;
|