@shival99/z-ui 1.6.3 → 1.6.6
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.6.
|
|
3
|
+
"version": "1.6.6",
|
|
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",
|
|
@@ -660,10 +660,10 @@ declare class ZTableEditCellComponent<T = unknown> implements OnInit {
|
|
|
660
660
|
readonly zChange: _angular_core.OutputEmitterRef<ZTableEditCellChangeEvent<T>>;
|
|
661
661
|
private readonly _currentValue;
|
|
662
662
|
private readonly _valueChange$;
|
|
663
|
-
private _lastExternalValue;
|
|
664
663
|
private _pendingBlurValue;
|
|
665
664
|
private _hasPendingBlur;
|
|
666
665
|
private _inputControl;
|
|
666
|
+
constructor();
|
|
667
667
|
protected readonly editConfig: _angular_core.Signal<ZTableEditConfig<T>>;
|
|
668
668
|
protected readonly editType: _angular_core.Signal<ZTableEditType>;
|
|
669
669
|
protected readonly size: _angular_core.Signal<ZTableEditSize>;
|