@shival99/z-ui 2.0.27 → 2.0.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": "2.0.
|
|
3
|
+
"version": "2.0.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",
|
|
@@ -421,16 +421,16 @@ declare class ZCalendarComponent implements OnInit, ControlValueAccessor {
|
|
|
421
421
|
|
|
422
422
|
declare const zCalendarVariants: (props?: ({
|
|
423
423
|
zSize?: "sm" | "default" | "lg" | null | undefined;
|
|
424
|
-
zStatus?: "default" | "disabled" | "
|
|
424
|
+
zStatus?: "default" | "disabled" | "readonly" | "open" | "error" | null | undefined;
|
|
425
425
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
426
426
|
declare const zCalendarDayVariants: (props?: ({
|
|
427
|
-
state?: "default" | "today" | "selected" | "inRange" | "rangeStart" | "rangeEnd" | "rangeSingle" | "
|
|
427
|
+
state?: "default" | "disabled" | "today" | "selected" | "inRange" | "rangeStart" | "rangeEnd" | "rangeSingle" | "otherMonth" | "hovered" | null | undefined;
|
|
428
428
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
429
429
|
declare const zCalendarMonthVariants: (props?: ({
|
|
430
|
-
state?: "default" | "
|
|
430
|
+
state?: "default" | "current" | "disabled" | "selected" | null | undefined;
|
|
431
431
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
432
432
|
declare const zCalendarYearVariants: (props?: ({
|
|
433
|
-
state?: "default" | "
|
|
433
|
+
state?: "default" | "current" | "disabled" | "selected" | null | undefined;
|
|
434
434
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
435
435
|
|
|
436
436
|
export { ZCalendarComponent, zCalendarDayVariants, zCalendarMonthVariants, zCalendarVariants, zCalendarYearVariants };
|