@shival99/z-ui 2.0.10 → 2.0.11

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.10",
3
+ "version": "2.0.11",
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",
@@ -36,20 +36,18 @@
36
36
  "url": "https://github.com/vuboi/z-ui/issues"
37
37
  },
38
38
  "peerDependencies": {
39
- "@angular/cdk": ">=20.0.0",
40
39
  "@angular/common": ">=20.0.0",
41
40
  "@angular/core": ">=20.0.0",
42
41
  "@angular/forms": ">=20.0.0",
43
- "@angular/platform-browser": "~21.0.6",
44
42
  "@angular/router": ">=20.0.0",
43
+ "@angular/cdk": ">=20.0.0",
45
44
  "@dayflow/blossom-color-picker-angular": ">=1.0.0",
46
45
  "@ng-icons/core": ">=33.0.0",
47
46
  "@ng-icons/iconsax": ">=33.0.0",
48
47
  "@ng-icons/lucide": ">=33.0.0",
49
48
  "@ngx-translate/core": ">=17.0.0",
50
- "@shival99/angular-virtual": ">=4.0.10",
51
- "@shival99/ngx-sonner": ">=3.0.0",
52
49
  "@tanstack/angular-table": ">=8.20.0",
50
+ "@shival99/angular-virtual": ">=4.0.0",
53
51
  "@tiptap/core": ">=3.0.0",
54
52
  "@tiptap/extension-code": ">=3.0.0",
55
53
  "@tiptap/extension-horizontal-rule": ">=3.0.0",
@@ -270,7 +270,7 @@ declare class ZAutocompleteComponent<T = unknown> implements OnInit, ControlValu
270
270
 
271
271
  declare const zAutocompleteInputVariants: (props?: ({
272
272
  zSize?: "sm" | "default" | "lg" | null | undefined;
273
- zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
273
+ zStatus?: "default" | "open" | "error" | "disabled" | "readonly" | null | undefined;
274
274
  } & class_variance_authority_types.ClassProp) | undefined) => string;
275
275
  type ZAutocompleteInputVariants = VariantProps<typeof zAutocompleteInputVariants>;
276
276
  declare const zAutocompleteOptionVariants: (props?: ({
@@ -417,16 +417,16 @@ declare class ZCalendarComponent implements OnInit, ControlValueAccessor {
417
417
 
418
418
  declare const zCalendarVariants: (props?: ({
419
419
  zSize?: "sm" | "default" | "lg" | null | undefined;
420
- zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
420
+ zStatus?: "default" | "disabled" | "open" | "error" | "readonly" | null | undefined;
421
421
  } & class_variance_authority_types.ClassProp) | undefined) => string;
422
422
  declare const zCalendarDayVariants: (props?: ({
423
- state?: "default" | "disabled" | "today" | "selected" | "inRange" | "rangeStart" | "rangeEnd" | "rangeSingle" | "otherMonth" | "hovered" | null | undefined;
423
+ state?: "default" | "today" | "selected" | "inRange" | "rangeStart" | "rangeEnd" | "rangeSingle" | "disabled" | "otherMonth" | "hovered" | null | undefined;
424
424
  } & class_variance_authority_types.ClassProp) | undefined) => string;
425
425
  declare const zCalendarMonthVariants: (props?: ({
426
- state?: "default" | "current" | "disabled" | "selected" | null | undefined;
426
+ state?: "default" | "selected" | "disabled" | "current" | null | undefined;
427
427
  } & class_variance_authority_types.ClassProp) | undefined) => string;
428
428
  declare const zCalendarYearVariants: (props?: ({
429
- state?: "default" | "current" | "disabled" | "selected" | null | undefined;
429
+ state?: "default" | "selected" | "disabled" | "current" | null | undefined;
430
430
  } & class_variance_authority_types.ClassProp) | undefined) => string;
431
431
 
432
432
  export { ZCalendarComponent, zCalendarDayVariants, zCalendarMonthVariants, zCalendarVariants, zCalendarYearVariants };
@@ -320,7 +320,7 @@ declare const Z_EDITOR_DEFAULT_TOOLBAR: readonly ZEditorToolbarItem[];
320
320
 
321
321
  declare const zEditorVariants: (props?: ({
322
322
  zSize?: "sm" | "default" | "lg" | null | undefined;
323
- zStatus?: "default" | "disabled" | "readonly" | "error" | null | undefined;
323
+ zStatus?: "default" | "error" | "disabled" | "readonly" | null | undefined;
324
324
  zPlaceholderMode?: "firstLine" | "everyLine" | null | undefined;
325
325
  } & class_variance_authority_types.ClassProp) | undefined) => string;
326
326
  type ZEditorVariants = VariantProps<typeof zEditorVariants>;
@@ -239,7 +239,7 @@ declare class ZModalComponent<T, U> extends BasePortalOutlet implements OnDestro
239
239
  protected readonly effectiveOkText: _angular_core.Signal<string | null | undefined>;
240
240
  protected readonly effectiveCancelText: _angular_core.Signal<string | null | undefined>;
241
241
  protected readonly effectiveOkDestructive: _angular_core.Signal<boolean | undefined>;
242
- protected readonly effectiveTypeOk: _angular_core.Signal<"info" | "warning" | "error" | "default" | "primary" | "secondary" | "destructive" | "destructive-heartbeat" | "success" | "outline" | "outline-primary" | "outline-secondary" | "outline-success" | "outline-info" | "outline-warning" | "outline-error" | "outline-destructive" | "outline-shimmer" | "outline-success-secondary" | "outline-info-secondary" | "outline-warning-secondary" | "outline-error-secondary" | "outline-destructive-secondary" | "outline-primary-secondary" | "outline-primary-soft" | "outline-success-soft" | "outline-info-soft" | "outline-warning-soft" | "outline-error-soft" | "outline-destructive-soft" | "outline-primary-soft-border" | "outline-success-soft-border" | "outline-info-soft-border" | "outline-warning-soft-border" | "outline-error-soft-border" | "outline-destructive-soft-border" | "ghost" | "ghost-primary" | "ghost-success" | "ghost-info" | "ghost-warning" | "ghost-error" | "ghost-destructive" | "subtle" | "subtle-primary" | "subtle-success" | "subtle-info" | "subtle-warning" | "subtle-destructive" | "subtle-outline" | "subtle-primary-outline" | "subtle-success-outline" | "subtle-info-outline" | "subtle-warning-outline" | "subtle-destructive-outline" | "link" | null | undefined>;
242
+ protected readonly effectiveTypeOk: _angular_core.Signal<"info" | "warning" | "error" | "link" | "default" | "primary" | "secondary" | "destructive" | "destructive-heartbeat" | "success" | "outline" | "outline-primary" | "outline-secondary" | "outline-success" | "outline-info" | "outline-warning" | "outline-error" | "outline-destructive" | "outline-shimmer" | "outline-success-secondary" | "outline-info-secondary" | "outline-warning-secondary" | "outline-error-secondary" | "outline-destructive-secondary" | "outline-primary-secondary" | "outline-primary-soft" | "outline-success-soft" | "outline-info-soft" | "outline-warning-soft" | "outline-error-soft" | "outline-destructive-soft" | "outline-primary-soft-border" | "outline-success-soft-border" | "outline-info-soft-border" | "outline-warning-soft-border" | "outline-error-soft-border" | "outline-destructive-soft-border" | "ghost" | "ghost-primary" | "ghost-success" | "ghost-info" | "ghost-warning" | "ghost-error" | "ghost-destructive" | "subtle" | "subtle-primary" | "subtle-success" | "subtle-info" | "subtle-warning" | "subtle-destructive" | "subtle-outline" | "subtle-primary-outline" | "subtle-success-outline" | "subtle-info-outline" | "subtle-warning-outline" | "subtle-destructive-outline" | null | undefined>;
243
243
  protected readonly effectiveOkDisabled: _angular_core.Signal<boolean | undefined>;
244
244
  protected readonly effectiveLoading: _angular_core.Signal<boolean>;
245
245
  protected readonly effectiveContentLoading: _angular_core.Signal<boolean>;
@@ -315,7 +315,7 @@ declare class ZTagClassesPipe implements PipeTransform {
315
315
 
316
316
  declare const zSelectVariants: (props?: ({
317
317
  zSize?: "sm" | "default" | "lg" | null | undefined;
318
- zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
318
+ zStatus?: "default" | "open" | "error" | "disabled" | "readonly" | null | undefined;
319
319
  } & class_variance_authority_types.ClassProp) | undefined) => string;
320
320
  declare const zSelectTagVariants: (props?: ({
321
321
  zSize?: "sm" | "default" | "lg" | null | undefined;
@@ -1080,7 +1080,7 @@ declare class ZTableFilterComponent<T> {
1080
1080
  protected readonly filterBadgeCount: _angular_core.Signal<number>;
1081
1081
  protected readonly hasFilterValue: _angular_core.Signal<boolean>;
1082
1082
  protected readonly isActive: _angular_core.Signal<boolean>;
1083
- protected readonly draftSortValue: _angular_core.Signal<"asc" | "desc" | "none">;
1083
+ protected readonly draftSortValue: _angular_core.Signal<"none" | "asc" | "desc">;
1084
1084
  protected readonly rangeMinValue: _angular_core.Signal<any>;
1085
1085
  protected readonly rangeMaxValue: _angular_core.Signal<any>;
1086
1086
  protected readonly dateValue: _angular_core.Signal<Date | null>;
@@ -1148,7 +1148,7 @@ declare class ZTableActionsComponent<T = unknown> {
1148
1148
  readonly zConfig: _angular_core.InputSignal<ZTableActionColumnConfig<T>>;
1149
1149
  readonly zRow: _angular_core.InputSignal<T>;
1150
1150
  readonly zRowId: _angular_core.InputSignal<string>;
1151
- readonly zDropdownButtonSize: _angular_core.InputSignal<"default" | "sm" | "lg" | "xs" | "xl" | null | undefined>;
1151
+ readonly zDropdownButtonSize: _angular_core.InputSignal<"sm" | "default" | "lg" | "xs" | "xl" | null | undefined>;
1152
1152
  readonly zActionClick: _angular_core.OutputEmitterRef<ZTableActionClickEvent<T>>;
1153
1153
  protected readonly allActions: _angular_core.Signal<ZTableActionItem<T>[]>;
1154
1154
  protected readonly shouldShowAsButtons: _angular_core.Signal<boolean>;
@@ -100,7 +100,7 @@ declare class ZUploadComponent implements OnInit, ControlValueAccessor {
100
100
  protected readonly hasError: _angular_core.Signal<boolean>;
101
101
  protected readonly showError: _angular_core.Signal<boolean>;
102
102
  protected readonly errorMessage: _angular_core.Signal<string>;
103
- protected readonly currentStatus: _angular_core.Signal<"default" | "disabled" | "readonly" | "error" | "active">;
103
+ protected readonly currentStatus: _angular_core.Signal<"default" | "error" | "disabled" | "readonly" | "active">;
104
104
  protected readonly dropzoneClasses: _angular_core.Signal<string>;
105
105
  protected readonly acceptTypes: _angular_core.Signal<string>;
106
106
  protected readonly formatFileSize: (bytes: number) => string;
@@ -141,11 +141,11 @@ declare class ZUploadComponent implements OnInit, ControlValueAccessor {
141
141
 
142
142
  declare const zUploadDropzoneVariants: (props?: ({
143
143
  zSize?: "sm" | "default" | "lg" | null | undefined;
144
- zStatus?: "default" | "disabled" | "readonly" | "error" | "active" | null | undefined;
144
+ zStatus?: "default" | "error" | "active" | "disabled" | "readonly" | null | undefined;
145
145
  } & class_variance_authority_types.ClassProp) | undefined) => string;
146
146
  type ZUploadDropzoneVariants = VariantProps<typeof zUploadDropzoneVariants>;
147
147
  declare const zUploadFileItemVariants: (props?: ({
148
- zStatus?: "error" | "pending" | "uploading" | "success" | null | undefined;
148
+ zStatus?: "pending" | "uploading" | "success" | "error" | null | undefined;
149
149
  } & class_variance_authority_types.ClassProp) | undefined) => string;
150
150
  type ZUploadFileItemVariants = VariantProps<typeof zUploadFileItemVariants>;
151
151