@shival99/z-ui 2.0.28 → 2.0.29
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.29",
|
|
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",
|
|
@@ -158,6 +158,8 @@ declare class ZCalendarComponent implements OnInit, ControlValueAccessor {
|
|
|
158
158
|
readonly zEvent: _angular_core.OutputEmitterRef<ZEvent>;
|
|
159
159
|
protected readonly triggerRef: _angular_core.Signal<ElementRef<HTMLDivElement> | undefined>;
|
|
160
160
|
protected readonly inputRef: _angular_core.Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
161
|
+
protected readonly startInputRef: _angular_core.Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
162
|
+
protected readonly endInputRef: _angular_core.Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
161
163
|
protected readonly pickerId: string;
|
|
162
164
|
protected readonly weekdayNames: _angular_core.Signal<string[]>;
|
|
163
165
|
protected readonly monthNames: _angular_core.Signal<string[]>;
|
|
@@ -375,6 +377,7 @@ declare class ZCalendarComponent implements OnInit, ControlValueAccessor {
|
|
|
375
377
|
private _buildTimeFormat;
|
|
376
378
|
private _updateInputDisplay;
|
|
377
379
|
private _clearDateValues;
|
|
380
|
+
private _syncDOMInputs;
|
|
378
381
|
protected onInputEscape(event: Event): void;
|
|
379
382
|
protected onStartInputEscape(event: Event): void;
|
|
380
383
|
protected onEndInputEscape(event: Event): void;
|