@shival99/z-ui 1.2.28 → 1.2.29

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.2.28",
3
+ "version": "1.2.29",
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",
@@ -389,7 +389,6 @@ declare class ZTableComponent<T> implements AfterViewInit {
389
389
  private readonly _dataForceUpdate;
390
390
  private _columnConfigCache;
391
391
  private _lastColumnsRef;
392
- private _initialStateApplied;
393
392
  protected readonly pinnedColumnIds: _angular_core.Signal<string[]>;
394
393
  protected readonly pendingVisibleColumns: _angular_core.WritableSignal<string[]>;
395
394
  protected readonly pendingColumnOrder: _angular_core.WritableSignal<string[]>;
@@ -464,6 +463,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
464
463
  private _handleRowSelectionWithParents;
465
464
  private _runAsyncStateUpdate;
466
465
  private _emitFilterChangeDebounced;
466
+ private _checkScrollState;
467
467
  private _checkVerticalScroll;
468
468
  private _checkLastRowTouchesBottom;
469
469
  private _checkHorizontalScroll;
@@ -493,7 +493,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
493
493
  isLastMovableColumn(columnId: string): boolean;
494
494
  private _saveConfig;
495
495
  private _collectColumnInfo;
496
- private _loadConfig;
496
+ private _loadConfigCache;
497
497
  private _isColumnConfigValid;
498
498
  private _getChangedFilterColumnIds;
499
499
  private _getChangedSortColumnIds;