@shival99/z-ui 1.4.24 → 1.4.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": "1.4.
|
|
3
|
+
"version": "1.4.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",
|
|
@@ -627,6 +627,7 @@ declare class ZTableActionsComponent<T = unknown> {
|
|
|
627
627
|
|
|
628
628
|
declare class ZTableEditCellComponent<T = unknown> implements OnInit {
|
|
629
629
|
private readonly _destroyRef;
|
|
630
|
+
private readonly _injector;
|
|
630
631
|
readonly zRow: _angular_core.InputSignal<T>;
|
|
631
632
|
readonly zRowId: _angular_core.InputSignal<string>;
|
|
632
633
|
readonly zRowIndex: _angular_core.InputSignal<number>;
|