@shival99/z-ui 1.7.12 → 1.7.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shival99/z-ui",
3
- "version": "1.7.12",
3
+ "version": "1.7.13",
4
4
  "description": "Z-UI: Modern Angular UI Component Library - A comprehensive, high-performance design system built with Angular 20+, featuring 40+ customizable components with dark mode, accessibility, and enterprise-ready features.",
5
5
  "keywords": [
6
6
  "angular",
@@ -551,6 +551,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
551
551
  protected readonly columnSizeVars: _angular_core.Signal<Record<string, number>>;
552
552
  protected readonly table: ReturnType<typeof createAngularTable<T>>;
553
553
  private readonly _virtualGroupCount;
554
+ private readonly _virtualResetVersion;
554
555
  protected readonly virtualizer: _shival99_angular_virtual.AngularVirtualizer<HTMLDivElement, Element>;
555
556
  private readonly _measureVirtualItems;
556
557
  constructor();