@shival99/z-ui 2.2.0 → 2.2.1

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.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Z-UI: Modern Angular UI Component Library - A comprehensive, high-performance design system built with Angular 22, featuring 40+ customizable components with dark mode, accessibility, and enterprise-ready features.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2061,7 +2061,7 @@ declare class ZTableFilterComponent<T> {
2061
2061
  protected readonly filterBadgeCount: _angular_core.Signal<number>;
2062
2062
  protected readonly hasFilterValue: _angular_core.Signal<boolean>;
2063
2063
  protected readonly isActive: _angular_core.Signal<boolean>;
2064
- protected readonly draftSortValue: _angular_core.Signal<"none" | "asc" | "desc">;
2064
+ protected readonly draftSortValue: _angular_core.Signal<"asc" | "desc" | "none">;
2065
2065
  protected readonly rangeMinValue: _angular_core.Signal<any>;
2066
2066
  protected readonly rangeMaxValue: _angular_core.Signal<any>;
2067
2067
  protected readonly dateValue: _angular_core.Signal<Date | null>;