@shival99/z-ui 1.9.3 → 1.9.4

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.9.3",
3
+ "version": "1.9.4",
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",
@@ -275,7 +275,7 @@ declare class ZTagClassesPipe implements PipeTransform {
275
275
 
276
276
  declare const zSelectVariants: (props?: ({
277
277
  zSize?: "sm" | "default" | "lg" | null | undefined;
278
- zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
278
+ zStatus?: "default" | "open" | "error" | "disabled" | "readonly" | null | undefined;
279
279
  } & class_variance_authority_types.ClassProp) | undefined) => string;
280
280
  declare const zSelectTagVariants: (props?: ({
281
281
  zSize?: "sm" | "default" | "lg" | null | undefined;
@@ -518,9 +518,11 @@ declare class ZTableComponent<T> implements AfterViewInit {
518
518
  protected readonly globalFilter: _angular_core.WritableSignal<string>;
519
519
  protected readonly pagination: _angular_core.WritableSignal<PaginationState>;
520
520
  protected readonly sorting: _angular_core.WritableSignal<SortingState>;
521
+ private readonly _serverPaginationTotal;
521
522
  protected readonly classTable: _angular_core.Signal<string>;
522
523
  private readonly _tanstackPagination;
523
524
  private readonly _configPagination;
525
+ protected readonly paginationTotal: _angular_core.Signal<number>;
524
526
  protected readonly hasVerticalScroll: _angular_core.WritableSignal<boolean>;
525
527
  protected readonly hasHorizontalScroll: _angular_core.WritableSignal<boolean>;
526
528
  protected readonly lastRowTouchesBottom: _angular_core.WritableSignal<boolean>;