@shival99/z-ui 2.0.39 → 2.0.41

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": "2.0.39",
3
+ "version": "2.0.41",
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",
@@ -791,9 +791,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
791
791
  private _bulkBarTimer;
792
792
  private readonly _activeColumnVisibilityPopover;
793
793
  private _hasInitializedColumnPinning;
794
- private _fitColumnScheduleId;
795
794
  private _isFitColumnScheduled;
796
- private _isApplyingFitColumnSizing;
797
795
  /** Merged loading state from both zLoading input and config.loading */
798
796
  protected readonly isLoading: _angular_core.Signal<boolean>;
799
797
  /** True during debounced async state transitions (sort/filter processing) */
@@ -1029,7 +1027,6 @@ declare class ZTableComponent<T> implements AfterViewInit {
1029
1027
  private _handleColumnSizingChange;
1030
1028
  private _syncColumnBaseSizing;
1031
1029
  private _scheduleFitColumnWidths;
1032
- private _cancelFitColumnSchedule;
1033
1030
  private _applyFitColumnWidths;
1034
1031
  private _setColumnSizingFromFit;
1035
1032
  private _getColumnBaseSize;