eru-grid 0.0.7 → 0.0.8
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 +51 -18
- package/fesm2022/eru-grid.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -588,6 +588,7 @@ declare class EruGridService {
|
|
|
588
588
|
declare class EruGridComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
589
589
|
private changeDetectorRef;
|
|
590
590
|
gridStore: EruGridStore;
|
|
591
|
+
private elementRef;
|
|
591
592
|
private resizeObserver;
|
|
592
593
|
isColumnReordering: _angular_core.WritableSignal<boolean>;
|
|
593
594
|
firstTr: number | null;
|