@shival99/z-ui 1.7.15 → 1.7.17

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.15",
3
+ "version": "1.7.17",
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",
@@ -593,7 +593,6 @@ declare class ZTableComponent<T> implements AfterViewInit {
593
593
  protected readonly columnSizeVars: _angular_core.Signal<Record<string, number>>;
594
594
  protected readonly table: ReturnType<typeof createAngularTable<T>>;
595
595
  private readonly _virtualGroupCount;
596
- private readonly _virtualResetVersion;
597
596
  protected readonly virtualizer: _shival99_angular_virtual.AngularVirtualizer<HTMLDivElement, Element>;
598
597
  private readonly _measureVirtualItems;
599
598
  constructor();
@@ -696,7 +695,7 @@ declare class ZTableActionsComponent<T = unknown> {
696
695
  readonly zConfig: _angular_core.InputSignal<ZTableActionColumnConfig<T>>;
697
696
  readonly zRow: _angular_core.InputSignal<T>;
698
697
  readonly zRowId: _angular_core.InputSignal<string>;
699
- readonly zDropdownButtonSize: _angular_core.InputSignal<"default" | "xs" | "sm" | "lg" | "xl" | null | undefined>;
698
+ readonly zDropdownButtonSize: _angular_core.InputSignal<"default" | "sm" | "lg" | "xs" | "xl" | null | undefined>;
700
699
  readonly zActionClick: _angular_core.OutputEmitterRef<ZTableActionClickEvent<T>>;
701
700
  protected readonly allActions: _angular_core.Signal<ZTableActionItem<T>[]>;
702
701
  protected readonly shouldShowAsButtons: _angular_core.Signal<boolean>;