@shival99/z-ui 1.3.36 → 1.3.37

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.3.36",
3
+ "version": "1.3.37",
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",
@@ -566,7 +566,7 @@ declare class ZTableActionsComponent<T = unknown> {
566
566
  readonly zConfig: _angular_core.InputSignal<ZTableActionColumnConfig<T>>;
567
567
  readonly zRow: _angular_core.InputSignal<T>;
568
568
  readonly zRowId: _angular_core.InputSignal<string>;
569
- readonly zDropdownButtonSize: _angular_core.InputSignal<"default" | "xs" | "sm" | "lg" | "xl" | null | undefined>;
569
+ readonly zDropdownButtonSize: _angular_core.InputSignal<"sm" | "default" | "xs" | "lg" | "xl" | null | undefined>;
570
570
  readonly zActionClick: _angular_core.OutputEmitterRef<ZTableActionClickEvent<T>>;
571
571
  protected readonly allActions: _angular_core.Signal<ZTableActionItem<T>[]>;
572
572
  protected readonly shouldShowAsButtons: _angular_core.Signal<boolean>;