@shival99/z-ui 2.0.92 → 2.1.0

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.92",
3
+ "version": "2.1.0",
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",
@@ -1634,7 +1634,7 @@ declare class ZTableActionsComponent<T = unknown> {
1634
1634
  readonly zConfig: _angular_core.InputSignal<ZTableActionColumnConfig<T>>;
1635
1635
  readonly zRow: _angular_core.InputSignal<T>;
1636
1636
  readonly zRowId: _angular_core.InputSignal<string>;
1637
- readonly zDropdownButtonSize: _angular_core.InputSignal<"default" | "sm" | "lg" | "xs" | "xl" | null | undefined>;
1637
+ readonly zDropdownButtonSize: _angular_core.InputSignal<"sm" | "default" | "lg" | "xs" | "xl" | null | undefined>;
1638
1638
  readonly zActionClick: _angular_core.OutputEmitterRef<ZTableActionClickEvent<T>>;
1639
1639
  protected readonly allActions: _angular_core.Signal<ZTableActionItem<T>[]>;
1640
1640
  protected readonly shouldShowAsButtons: _angular_core.Signal<boolean>;