@shival99/z-ui 1.2.26 → 1.2.28

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.2.26",
3
+ "version": "1.2.28",
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",
@@ -1,6 +1,6 @@
1
1
  import * as _angular_core from '@angular/core';
2
- import { ZIcon } from '@shival99/z-ui/components/z-icon';
3
2
  import { ClassValue } from 'clsx';
3
+ import { ZIcon } from '@shival99/z-ui/components/z-icon';
4
4
  import * as class_variance_authority_types from 'class-variance-authority/types';
5
5
  import { VariantProps } from 'class-variance-authority';
6
6
 
@@ -12,7 +12,6 @@ interface ZBreadcrumbItem {
12
12
  }
13
13
 
14
14
  declare class ZBreadcrumbComponent {
15
- private readonly _zTranslate;
16
15
  readonly class: _angular_core.InputSignal<ClassValue>;
17
16
  readonly zItems: _angular_core.InputSignal<ZBreadcrumbItem[]>;
18
17
  readonly zSize: _angular_core.InputSignal<"sm" | "default" | "lg" | null | undefined>;
@@ -22,13 +21,6 @@ declare class ZBreadcrumbComponent {
22
21
  readonly zShowHome: _angular_core.InputSignalWithTransform<boolean, string | boolean>;
23
22
  readonly zItemClick: _angular_core.OutputEmitterRef<ZBreadcrumbItem>;
24
23
  protected readonly zClasses: _angular_core.Signal<string>;
25
- protected readonly translatedItems: _angular_core.Signal<{
26
- translatedLabel: string;
27
- label: string;
28
- path?: string;
29
- icon?: ZIcon;
30
- disabled?: boolean;
31
- }[]>;
32
24
  protected getItemClasses(item: ZBreadcrumbItem, isLast: boolean): string;
33
25
  protected onItemClick(item: ZBreadcrumbItem, isLast: boolean): void;
34
26
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ZBreadcrumbComponent, never>;
@@ -286,16 +286,16 @@ declare class ZCalendarComponent implements OnInit, ControlValueAccessor {
286
286
 
287
287
  declare const zCalendarVariants: (props?: ({
288
288
  zSize?: "sm" | "default" | "lg" | null | undefined;
289
- zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
289
+ zStatus?: "default" | "disabled" | "open" | "error" | "readonly" | null | undefined;
290
290
  } & class_variance_authority_types.ClassProp) | undefined) => string;
291
291
  declare const zCalendarDayVariants: (props?: ({
292
- state?: "default" | "disabled" | "today" | "selected" | "inRange" | "rangeStart" | "rangeEnd" | "rangeSingle" | "otherMonth" | "hovered" | null | undefined;
292
+ state?: "default" | "today" | "selected" | "inRange" | "rangeStart" | "rangeEnd" | "rangeSingle" | "disabled" | "otherMonth" | "hovered" | null | undefined;
293
293
  } & class_variance_authority_types.ClassProp) | undefined) => string;
294
294
  declare const zCalendarMonthVariants: (props?: ({
295
- state?: "default" | "disabled" | "selected" | "current" | null | undefined;
295
+ state?: "default" | "selected" | "disabled" | "current" | null | undefined;
296
296
  } & class_variance_authority_types.ClassProp) | undefined) => string;
297
297
  declare const zCalendarYearVariants: (props?: ({
298
- state?: "default" | "disabled" | "selected" | "current" | null | undefined;
298
+ state?: "default" | "selected" | "disabled" | "current" | null | undefined;
299
299
  } & class_variance_authority_types.ClassProp) | undefined) => string;
300
300
 
301
301
  export { ZCalendarComponent, zCalendarDayVariants, zCalendarMonthVariants, zCalendarVariants, zCalendarYearVariants };
@@ -258,7 +258,7 @@ declare class ZTagClassesPipe implements PipeTransform {
258
258
 
259
259
  declare const zSelectVariants: (props?: ({
260
260
  zSize?: "sm" | "default" | "lg" | null | undefined;
261
- zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
261
+ zStatus?: "default" | "open" | "error" | "disabled" | "readonly" | null | undefined;
262
262
  } & class_variance_authority_types.ClassProp) | undefined) => string;
263
263
  declare const zSelectTagVariants: (props?: ({
264
264
  zSize?: "sm" | "default" | "lg" | null | undefined;
@@ -389,6 +389,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
389
389
  private readonly _dataForceUpdate;
390
390
  private _columnConfigCache;
391
391
  private _lastColumnsRef;
392
+ private _initialStateApplied;
392
393
  protected readonly pinnedColumnIds: _angular_core.Signal<string[]>;
393
394
  protected readonly pendingVisibleColumns: _angular_core.WritableSignal<string[]>;
394
395
  protected readonly pendingColumnOrder: _angular_core.WritableSignal<string[]>;