@shival99/z-ui 2.4.10 → 2.4.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.4.
|
|
3
|
+
"version": "2.4.11",
|
|
4
4
|
"description": "Z-UI: Modern Angular UI Component Library - A comprehensive, high-performance design system built with Angular 22, featuring 45+ customizable components with dark mode, accessibility, and enterprise-ready features.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -435,16 +435,16 @@ declare class ZCalendarComponent implements OnInit, ControlValueAccessor {
|
|
|
435
435
|
|
|
436
436
|
declare const zCalendarVariants: (props?: ({
|
|
437
437
|
zSize?: "sm" | "default" | "lg" | null | undefined;
|
|
438
|
-
zStatus?: "default" | "disabled" | "
|
|
438
|
+
zStatus?: "default" | "disabled" | "open" | "error" | "readonly" | null | undefined;
|
|
439
439
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
440
440
|
declare const zCalendarDayVariants: (props?: ({
|
|
441
|
-
state?: "default" | "
|
|
441
|
+
state?: "default" | "today" | "selected" | "inRange" | "rangeStart" | "rangeEnd" | "rangeSingle" | "disabled" | "otherMonth" | "hovered" | null | undefined;
|
|
442
442
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
443
443
|
declare const zCalendarMonthVariants: (props?: ({
|
|
444
|
-
state?: "default" | "
|
|
444
|
+
state?: "default" | "selected" | "disabled" | "current" | null | undefined;
|
|
445
445
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
446
446
|
declare const zCalendarYearVariants: (props?: ({
|
|
447
|
-
state?: "default" | "
|
|
447
|
+
state?: "default" | "selected" | "disabled" | "current" | null | undefined;
|
|
448
448
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
449
449
|
|
|
450
450
|
export { ZCalendarComponent, zCalendarDayVariants, zCalendarMonthVariants, zCalendarVariants, zCalendarYearVariants };
|