@shival99/z-ui 1.3.33 → 1.3.34
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.3.
|
|
3
|
+
"version": "1.3.34",
|
|
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",
|
|
@@ -234,6 +234,7 @@ declare class ZCalendarComponent implements OnInit, ControlValueAccessor {
|
|
|
234
234
|
protected readonly canNavigateStartNext: _angular_core.Signal<boolean>;
|
|
235
235
|
protected readonly canNavigateEndPrev: _angular_core.Signal<boolean>;
|
|
236
236
|
protected readonly displayValue: _angular_core.Signal<string>;
|
|
237
|
+
private _formatDisplayValue;
|
|
237
238
|
private readonly _inputDisplayStart;
|
|
238
239
|
private readonly _inputDisplayEnd;
|
|
239
240
|
protected readonly inputDisplayStart: _angular_core.Signal<string>;
|