@shival99/z-ui 2.0.43 → 2.0.44
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.44",
|
|
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",
|
|
@@ -882,6 +882,7 @@ declare class ZTableComponent<T> implements AfterViewInit {
|
|
|
882
882
|
protected readonly actionColumnInfo: _angular_core.WritableSignal<{
|
|
883
883
|
columnId: string;
|
|
884
884
|
config: ZTableActionColumnConfig<T>;
|
|
885
|
+
schemaKey: string;
|
|
885
886
|
width: number;
|
|
886
887
|
} | null>;
|
|
887
888
|
private readonly _actionColumnRows;
|