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/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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eru-grid",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.3",
6
6
  "@angular/core": "^20.1.3"